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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 列딁뜋列딁뜋^ | 11101111101001101001110011101011100101001000000111101011100111001000101111101111101001101001110011101011100101001000000111101011100111001000101101011110 | efa69ceb9481eb9c8befa69ceb9481eb9c8b5e |
UHC | 列딁뜋列딁뜋^ | 11100110111010101000101011100111100011011000111011100110111010101000101011100111100011011000111001011110 | e6ea8ae78d8ee6ea8ae78d8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)