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 | 11100110101001011010000111100111101011111010100111101001101011001011110001000010 | e6a5a1e7afa9e9acbc42 |
EUC-JP | 讌。遽ゥ鬯シB | 11101100101001111000111010100001111011101011000110001110101010011111001010101110100011101011110001000010 | eca78ea1eeb18ea9f2ae8ebc42 |
UTF-8 | 讌。遽ゥ鬯シB | 11101000101011101000110011101111101111011010000111101001100000011011110111101111101111011010100111101001101011001010111111101111101111011011110001000010 | e8ae8cefbda1e981bdefbda9e9acafefbdbc42 |
UHC | ??遽???B | 0011111100111111110010111110100000111111001111110011111101000010 | 3f3fcbe83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)