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 | 驛??應ョ? | 111010011000001100111111001111111001110011100100100000111000011100111111 | e9833f3f9ce483873f |
EUC-JP | 驛??應ョ? | 111100011110001100111111001111111101100011100110101001011110011100111111 | f1e33f3fd8e6a5e73f |
UTF-8 | 驛노ㅋ應ョ독 | 111010011010100110011011111010111000010110111000111000111000010110001011111001101000011110001001111000111000001110100111111010111000111110000101 | e9a99beb85b8e3858be68789e383a7eb8f85 |
UHC | 驛노ㅋ應ョ독 | 111001101011111010110011111010111010010010111011111010111110101110101011111001111011010110110110 | e6beb3eba4bbebebabe7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)