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 | 黍禪仙黍 | 1000101101101111111000100101011110010000111001011000101101101111 | 8b6fe25790e58b6f |
EUC-JP | 黍禪仙黍 | 1011010111010000111000111011100011000000111001111011010111010000 | b5d0e3b8c0e7b5d0 |
UTF-8 | 黍禪仙黍 | 111010011011101110001101111001111010011010101010111001001011101110011001111010011011101110001101 | e9bb8de7a6aae4bb99e9bb8d |
UHC | 黍禪仙黍 | 1110000010101000111000001100100111100000101110011110000010101000 | e0a8e0c9e0b9e0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)