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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罌喝醜 | 111000111010000010001010100001011000111101011000 | e3a08a858f58 |
EUC-JP | 罌喝醜 | 111001101010001010110011111001011011110110111001 | e6a2b3e5bdb9 |
UTF-8 | 罌喝醜 | 111001111011110110001100111001011001011010011101111010011000011010011100 | e7bd8ce5969de9869c |
UHC | 罌喝醜 | 111001011010001011001010111000101111010111011101 | e5a2cae2f5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)