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 | ?????” | 00111111001111110011111100111111001111111000000101101000 | 3f3f3f3f3f8168 |
EUC-JP | ?????” | 00111111001111110011111100111111001111111010000111001001 | 3f3f3f3f3fa1c9 |
UTF-8 | 琉앲늼廬볦” | 111011111010011110001100111011001001010110110010111010111000101010111100111011111010011010000010111010111011001110100110111000101000000010011101 | efa78cec95b2eb8abcefa682ebb3a6e2809d |
UHC | 琉앲늼廬볦” | 111010111010010010011101111010001000100010000101111001011111111010010011111011001010000110110001 | eba49de88885e5fe93eca1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)