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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セ燻オ篠 | 101111101110000010001110101101011000111011000010 | bee08eb58ec2 |
EUC-JP | セ燻オ篠 | 1000111010111110110111111110111010001110101101011011110011000100 | 8ebedfee8eb5bcc4 |
UTF-8 | セ燻オ篠 | 111011111011110110111110111001111000011110111011111011111011110110110101111001111010111110100000 | efbdbee787bbefbdb5e7afa0 |
UHC | ?燻?篠 | 001111111111110110111000001111111110000111000110 | 3ffdb83fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)