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 | çr]H | 1100001110100111011100100101110101001000 | c3a7725d48 |
SJIS-WIN | ?§r]H | 001111111000000110011000011100100101110101001000 | 3f8198725d48 |
EUC-JP | çr]H | 1000111110101010101010101010000111111000011100100101110101001000 | 8faaaaa1f8725d48 |
UTF-8 | çr]H | 11000011100000111100001010100111011100100101110101001000 | c383c2a7725d48 |
UHC | ?§r]H | 001111111010000111010111011100100101110101001000 | 3fa1d7725d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)