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 | ??LB | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-WIN | 浴遡LB | 100101111000000110010001011010110100110001000010 | 9781916b4c42 |
EUC-JP | 浴遡LB | 110011011110000111000001110011000100110001000010 | cde1c1cc4c42 |
UTF-8 | 浴遡LB | 1110011010110101101101001110100110000001101000010100110001000010 | e6b5b4e981a14c42 |
UHC | 浴遡LB | 111010011011000111100001110011110100110001000010 | e9b1e1cf4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)