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 | 瓠校?? | 111000010100000010001101010110100011111100111111 | e1408d5a3f3f |
EUC-JP | 瓠校?? | 111000011010000110111001101110110011111100111111 | e1a1b9bb3f3f |
UTF-8 | 瓠校띷톻 | 111001111001001110100000111001101010000010100001111010111001110110110111111011011000011010111011 | e793a0e6a0a1eb9db7ed86bb |
UHC | 瓠校띷톻 | 1111101111010010110011101110100010001101111001101011011110001110 | fbd2cee88de6b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)