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 | 100100101111010000111111100111001110010000111111001111110011111101000010 | 92f43f9ce43f3f3f42 |
EUC-JP | 碇?應?薏?B | 1100010011110110001111111101100011100110001111111000111111011001110111100011111101000010 | c4f63fd8e63f8fd9de3f42 |
UTF-8 | 碇렯應렩薏렣B | 11100111101000101000011111101011101000001010111111100110100001111000100111101011101000001010100111101000100101101000111111101011101000001010001101000010 | e7a287eba0afe68789eba0a9e8968feba0a342 |
UHC | 碇렯應렩薏렣B | 11101111111011011000111010111100111010111110101110001110101101111110101111111011100011101011010001000010 | efed8ebcebeb8eb7ebfb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)