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 | 昔錞洩 | 100100001100110011111011110110111000100101101011 | 90ccfbdb896b |
EUC-JP | 昔錞洩 | 11000000110011101000111111100100110111001011000111001100 | c0ce8fe4dcb1cc |
UTF-8 | 昔錞洩 | 111001101001100010010100111010011000110010011110111001101011010010101001 | e69894e98c9ee6b4a9 |
UHC | 昔錞洩 | 111000001010111011100010111101101110000011011101 | e0aee2f6e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)