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?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
SJIS-WIN | ?西?U?? | 00111111100100001011110000111111010101010011111100111111 | 3f90bc3f553f3f |
EUC-JP | ?西?U?? | 00111111110000001011111000111111010101010011111100111111 | 3fc0be3f553f3f |
UTF-8 | 렊西롆U쒀롌 | 11101011101000001000101011101000101001011011111111101011101000011000011001010101111011001001001010000000111010111010000110001100 | eba08ae8a5bfeba18655ec9280eba18c |
UHC | 렊西롆U쒀롌 | 1000111010100001111000001010010010001110110011000101010110111110101011001000111011010010 | 8ea1e0a48ecc55beac8ed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)