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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒭シ眄ホ | 111001001101100010111100111000011011111011001110 | e4d8bce1bece |
EUC-JP | 蒭シ眄ホ | 1110100011011010100011101011110011100010110000001000111011001110 | e8da8ebce2c08ece |
UTF-8 | 蒭シ眄ホ | 111010001001001010101101111011111011110110111100111001111001110010000100111011111011111010001110 | e892adefbdbce79c84efbe8e |
UHC | ??眄? | 0011111100111111110110001111100000111111 | 3f3fd8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)