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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒭シ眄ホ式 | 1110010011011000101111001110000110111110110011101000111010101110 | e4d8bce1bece8eae |
EUC-JP | 蒭シ眄ホ式 | 11101000110110101000111010111100111000101100000010001110110011101011110010110000 | e8da8ebce2c08ecebcb0 |
UTF-8 | 蒭シ眄ホ式 | 111010001001001010101101111011111011110110111100111001111001110010000100111011111011111010001110111001011011110010001111 | e892adefbdbce79c84efbe8ee5bc8f |
UHC | ??眄?式 | 00111111001111111101100011111000001111111110001111010010 | 3f3fd8f83fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)