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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | ?西?@?? | 00111111100100001011110000111111010000000011111100111111 | 3f90bc3f403f3f |
EUC-JP | ?西?@?? | 00111111110000001011111000111111010000000011111100111111 | 3fc0be3f403f3f |
UTF-8 | 렊西롆@쒔렊 | 11101011101000001000101011101000101001011011111111101011101000011000011001000000111011001001001010010100111010111010000010001010 | eba08ae8a5bfeba18640ec9294eba08a |
UHC | 렊西롆@쒔렊 | 1000111010100001111000001010010010001110110011000100000010111110101011011000111010100001 | 8ea1e0a48ecc40bead8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)