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 | 苑籠?? | 100010011001000111100010110001000011111100111111 | 8991e2c43f3f |
EUC-JP | 苑籠?? | 101100011111000111100100110001100011111100111111 | b1f1e4c63f3f |
UTF-8 | 苑籠렧렔 | 111010001000101110010001111001111011000110100000111010111010000010100111111010111010000010010100 | e88b91e7b1a0eba0a7eba094 |
UHC | 苑籠렧렔 | 1110101010111101110101101110101110001110101101101000111010101001 | eabdd6eb8eb68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)