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 | 驛??誼? | 11101001100000110011111100111111100010110110001000111111 | e9833f3f8b623f |
EUC-JP | 驛??誼? | 11110001111000110011111100111111101101011100001100111111 | f1e33f3fb5c33f |
UTF-8 | 驛노ㅊ誼랡 | 111010011010100110011011111010111000010110111000111000111000010110001010111010001010101010111100111010111001111010100001 | e9a99beb85b8e3858ae8aabceb9ea1 |
UHC | 驛노ㅊ誼랡 | 11100110101111101011001111101011101001001011101011101011111111101000111001000010 | e6beb3eba4baebfe8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)