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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鉈シ諡キ襌エB | 11100111111010111011110011100110100010111011011111100101111110011011010001000010 | e7ebbce68bb7e5f9b442 |
EUC-JP | 鉈シ諡キ襌エB | 11101110111011011000111010111100111010111110101110001110101101111110101011111011100011101011010001000010 | eeed8ebcebeb8eb7eafb8eb442 |
UTF-8 | 鉈シ諡キ襌エB | 11101001100010011000100011101111101111011011110011101000101010111010000111101111101111011011011111101000101001011000110011101111101111011011010001000010 | e98988efbdbce8aba1efbdb7e8a58cefbdb442 |
UHC | ??諡???B | 0011111100111111111000111100110100111111001111110011111101000010 | 3f3fe3cd3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)