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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥λ?苒λ? | 11100101111100011000001111001001001111111110010010010010100000111100100100111111 | e5f183c93fe49283c93f |
EUC-JP | 褥λ?苒λ? | 11101010111100111010011011001011001111111110011111110010101001101100101100111111 | eaf3a6cb3fe7f2a6cb3f |
UTF-8 | 褥λ졑苒λ젣 | 11101000101001001010010111001110101110111110110010100001100100011110100010001011100100101100111010111011111011001010000010100011 | e8a4a5cebbeca191e88b92cebbeca0a3 |
UHC | 褥λ졑苒λ젣 | 111010011011001110100101111010111010000010111110111001101111111010100101111010111010000010011100 | e9b3a5eba0bee6fea5eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)