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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池???渦 | 10010010011100100011111100111111001111111000100101010001 | 92723f3f3f8951 |
EUC-JP | 池?栯?渦 | 110000111101001100111111100011111100001111010010001111111011000110110010 | c3d33f8fc3d23fb1b2 |
UTF-8 | 池렜栯렦渦 | 111001101011000110100000111010111010000010011100111001101010000010101111111010111010000010100110111001101011100010100110 | e6b1a0eba09ce6a0afeba0a6e6b8a6 |
UHC | 池렜栯렦渦 | 11110010101011101000111010101110111010011111000110001110101101011110100010111110 | f2ae8eaee9f18eb5e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)