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 | ???U??? | 00111111001111110011111101010101001111110011111100111111 | 3f3f3f553f3f3f |
SJIS-WIN | ?西?U??? | 0011111110010000101111000011111101010101001111110011111100111111 | 3f90bc3f553f3f3f |
EUC-JP | ?西?U??? | 0011111111000000101111100011111101010101001111110011111100111111 | 3fc0be3f553f3f3f |
UTF-8 | 렊西롆U쒀롌쒔 | 11101011101000001000101011101000101001011011111111101011101000011000011001010101111011001001001010000000111010111010000110001100111011001001001010010100 | eba08ae8a5bfeba18655ec9280eba18cec9294 |
UHC | 렊西롆U쒀롌쒔 | 10001110101000011110000010100100100011101100110001010101101111101010110010001110110100101011111010101101 | 8ea1e0a48ecc55beac8ed2bead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)