To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陰μ?懿 | 10001001010000011000001111001010001111111001110011110010 | 894183ca3f9cf2 |
EUC-JP | 陰μ?懿 | 10110001101000101010011011001100001111111101100011110100 | b1a2a6cc3fd8f4 |
UTF-8 | 陰μ넧懿 | 1110100110011001101100001100111010111100111010111000010010100111111001101000011110111111 | e999b0cebceb84a7e687bf |
UHC | 陰μ넧懿 | 1110101111100100101001011110110010000110101010001110101111110011 | ebe4a5ec86a8ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)