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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 将ア宵イLB | 1000111110101011101100011000111110101010101100100100110001000010 | 8fabb18faab24c42 |
EUC-JP | 将ア宵イLB | 10111110101011011000111010110001101111101010110010001110101100100100110001000010 | bead8eb1beac8eb24c42 |
UTF-8 | 将ア宵イLB | 1110010110110000100001101110111110111101101100011110010110101110101101011110111110111101101100100100110001000010 | e5b086efbdb1e5aeb5efbdb24c42 |
UHC | ??宵?LB | 00111111001111111110000110110010001111110100110001000010 | 3f3fe1b23f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)