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 | 熱??秧②? | 100101000100110100111111001111111110001001011110100001110100000100111111 | 944d3f3fe25e87413f |
EUC-JP | 熱??秧?? | 1100011110101110001111110011111111100011101111110011111100111111 | c7ae3f3fe3bf3f3f |
UTF-8 | 熱뉑뎴秧②넶 | 111001111000011010110001111010111000100110010001111010111000111010110100111001111010011110100111111000101001000110100001111010111000010010110110 | e786b1eb8991eb8eb4e7a7a7e291a1eb84b6 |
UHC | 熱뉑뎴秧②넶 | 111001101111000010000111111001101000100110000111111001001110101110101000111010001000011010110011 | e6f087e68987e4eba8e886b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)