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 | 穩レぉ | 111000100111001010000011100011001000001010100111 | e272838c82a7 |
EUC-JP | 穩レぉ | 111000111101001110100101111011001010010010101001 | e3d3a5eca4a9 |
UTF-8 | 穩レぉ | 111001111010100110101001111000111000001110101100111000111000000110001001 | e7a9a9e383ace38189 |
UHC | 穩レぉ | 111010001011000110101011111011001010101010101001 | e8b1abecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)