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 | 熱??誼? | 10010100010011010011111100111111100010110110001000111111 | 944d3f3f8b623f |
EUC-JP | 熱??誼? | 11000111101011100011111100111111101101011100001100111111 | c7ae3f3fb5c33f |
UTF-8 | 熱듐꺂誼턆 | 111001111000011010110001111010111001001110010000111010101011101010000010111010001010101010111100111011011000010010000110 | e786b1eb9390eaba82e8aabced8486 |
UHC | 熱듐꺂誼턆 | 11100110111100001011010111100011100000111010101111101011111111101011011001000010 | e6f0b5e383abebfeb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)