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 | 咀?移 | 1001100111110000001111111000100011011010 | 99f03f88da |
EUC-JP | 咀?移 | 1101001011110010001111111011000011011100 | d2f23fb0dc |
UTF-8 | 咀렱移 | 111001011001001010000000111010111010000010110001111001111010011110111011 | e59280eba0b1e7a7bb |
UHC | 咀렱移 | 111011101011101010001110101111101110110010111001 | eeba8ebeecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)