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 | 池?提捧?? | 100100100111001000111111100100101111000110010101111110010011111100111111 | 92723f92f195f93f3f |
EUC-JP | 池?提捧?? | 110000111101001100111111110001001111001111001010111110110011111100111111 | c3d33fc4f3cafb3f3f |
UTF-8 | 池렮提捧렧렱 | 111001101011000110100000111010111010000010101110111001101000111110010000111001101000110110100111111010111010000010100111111010111010000010110001 | e6b1a0eba0aee68f90e68da7eba0a7eba0b1 |
UHC | 池렮提捧렧렱 | 111100101010111010001110101110111111000010101011110111001110100110001110101101101000111010111110 | f2ae8ebbf0abdce98eb68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)