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 | セ聊ツ | 10111110111000111101011011000010 | bee3d6c2 |
EUC-JP | セ聊ツ | 100011101011111011100110110110001000111011000010 | 8ebee6d88ec2 |
UTF-8 | セ聊ツ | 111011111011110110111110111010001000000110001010111011111011111010000010 | efbdbee8818aefbe82 |
UHC | ?聊? | 00111111110101101111110100111111 | 3fd6fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)