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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉賀〇覽 | 1110001111110101100010011110101010000001010110101110011001010100 | e3f589ea815ae654 |
EUC-JP | 脉賀〇覽 | 1110011011110111101100101110110010100001101110111110101110110101 | e6f7b2eca1bbebb5 |
UTF-8 | 脉賀〇覽 | 111010001000010010001001111010001011001110000000111000111000000010000111111010001010011010111101 | e88489e8b380e38087e8a6bd |
UHC | ?賀?覽 | 001111111111100111000101001111111101010111000010 | 3ff9c53fd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)