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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 吟?d~ | 100010111110000100111111100000101000010001111110 | 8be13f82847e |
EUC-JP | 吟?d~ | 101101101110001100111111101000111110010001111110 | b6e33fa3e47e |
UTF-8 | 吟㏘d~ | 11100101100100001001111111100011100011111001100011101111101111011000010001111110 | e5909fe38f98efbd847e |
UHC | 吟㏘d~ | 11101011111000011010001011100100101000111110010001111110 | ebe1a2e4a3e47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)