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 | ?日?∵?? | 0011111110010011111110100011111110000001111001100011111100111111 | 3f93fa3f81e63f3f |
EUC-JP | ?日?∵?? | 0011111111000110111111000011111110100010111010000011111100111111 | 3fc6fc3fa2e83f3f |
UTF-8 | 룫日◈∵룫뇟 | 111010111010001110101011111001101001011110100101111000101001011110001000111000101000100010110101111010111010001110101011111010111000011110011111 | eba3abe697a5e29788e288b5eba3abeb879f |
UHC | 룫日◈∵룫뇟 | 100011111010001011101100111011011010001011000010101000011111000110001111101000101011010010100001 | 8fa2eceda2c2a1f18fa2b4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)