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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載???東 | 10001101110110100011111100111111001111111001001110001100 | 8dda3f3f3f938c |
EUC-JP | 載???東 | 10111010110111000011111100111111001111111100010111101100 | badc3f3f3fc5ec |
UTF-8 | 載언툿뤯東 | 111010001011110010001001111011001001011010111000111011011000100010111111111010111010010010101111111001101001110110110001 | e8bc89ec96b8ed88bfeba4afe69db1 |
UHC | 載언툿뤯東 | 11101110101100001011111011110000110001011111101110001111110111011101010011010100 | eeb0bef0c5fb8fddd4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)