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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?λ? | 00111111100000111100100100111111 | 3f83c93f |
EUC-JP | 洧λ? | 100011111100011110110100101001101100101100111111 | 8fc7b4a6cb3f |
UTF-8 | 洧λ봄 | 1110011010110100101001111100111010111011111010111011010010000100 | e6b4a7cebbebb484 |
UHC | 洧λ봄 | 111010101111101110100101111010111011101010111101 | eafba5ebbabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)