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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓮g?野?? | 111000010100010010000010100001110011111110010110111011000011111100111111 | e14482873f96ec3f3f |
EUC-JP | 瓮g?野?? | 111000011010010110100011111001110011111111001100111011100011111100111111 | e1a5a3e73fccee3f3f |
UTF-8 | 瓮g눈野⑴푵 | 111001111001001110101110111011111011110110000111111010111000100010001000111010011000011110001110111000101001000110110100111011011001000110110101 | e793aeefbd87eb8888e9878ee291b4ed91b5 |
UHC | 瓮g눈野⑴푵 | 111010001011011110100011111001111011010010101011111001011010111110101001111001111011111010000011 | e8b7a3e7b4abe5afa9e7be83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)