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 | 脉賀〇觚 | 1110001111110101100010011110101010000001010110101110011001010111 | e3f589ea815ae657 |
EUC-JP | 脉賀〇觚 | 1110011011110111101100101110110010100001101110111110101110111000 | e6f7b2eca1bbebb8 |
UTF-8 | 脉賀〇觚 | 111010001000010010001001111010001011001110000000111000111000000010000111111010001010011110011010 | e88489e8b380e38087e8a79a |
UHC | ?賀?? | 0011111111111001110001010011111100111111 | 3ff9c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)