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 | 傭??餘 | 100101110110001000111111001111111110100101010000 | 97623f3fe950 |
EUC-JP | 傭??餘 | 110011011100001100111111001111111111000110110001 | cdc33f3ff1b1 |
UTF-8 | 傭삭쾳餘 | 111001011000001010101101111011001000001010101101111011001011111010110011111010011010010010011000 | e582adec82adecbeb3e9a498 |
UHC | 傭삭쾳餘 | 1110100110110110101110111110100010110010100010011110011010101110 | e9b6bbe8b289e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)