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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄭?運肆? | 1001001101000001001111111000100101011110111000111110011000111111 | 93413f895ee3e63f |
EUC-JP | 鄭?運肆? | 1100010110100010001111111011000110111111111001101110100000111111 | c5a23fb1bfe6e83f |
UTF-8 | 鄭렕運肆冷 | 111010011000010010101101111010111010000010010101111010011000000110001011111010001000001010000110111011111010010010101110 | e984adeba095e9818be88286efa4ae |
UHC | 鄭렕運肆冷 | 11101111111101111000111010101010111010101010000111011110111010111101001010110010 | eff78eaaeaa1deebd2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)