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 | 語??宜?キ | 100011001110101000111111001111111000101101011000001111111000001101001100 | 8cea3f3f8b583f834c |
EUC-JP | 語??宜?キ | 101110001110110000111111001111111011010110111001001111111010010110101101 | b8ec3f3fb5b93fa5ad |
UTF-8 | 語뤴뫚宜쇠キ | 111010001010101010011110111010111010010010110100111010111010101110011010111001011010111010011100111011001000011110100000111000111000001010101101 | e8aa9eeba4b4ebab9ae5ae9cec87a0e382ad |
UHC | 語뤴뫚宜쇠キ | 111001011101111010001111111000101001000110111010111010111111000110111100111010001010101110101101 | e5de8fe291baebf1bce8abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)