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 | ???娃?? | 00111111001111110011111110001000101000010011111100111111 | 3f3f3f88a13f3f |
EUC-JP | ???娃?? | 00111111001111110011111110110000101000110011111100111111 | 3f3f3fb0a33f3f |
UTF-8 | 令쎈젛娃뗫젽 | 111011111010011010101000111011001000111010001000111011001010000010011011111001011010100010000011111010111001011110101011111011001010000010111101 | efa6a8ec8e88eca09be5a883eb97abeca0bd |
UHC | 令쎈젛娃뗫젽 | 111001111010100110111101111010111010000010010111111010001101111110001011111010111010000010101111 | e7a9bdeba097e8df8beba0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)