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 | 叔λ?? | 100011110110011010000011110010010011111100111111 | 8f6683c93f3f |
EUC-JP | 叔λ?? | 101111011100011110100110110010110011111100111111 | bdc7a6cb3f3f |
UTF-8 | 叔λ≤듐 | 1110010110001111100101001100111010111011111000101000100110100100111010111001001110010000 | e58f94cebbe289a4eb9390 |
UHC | 叔λ≤듐 | 1110001011010010101001011110101110100001110000101011010111100011 | e2d2a5eba1c2b5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)