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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 浴?[浴?[^ | 100101111000000100111111010110111001011110000001001111110101101101011110 | 97813f5b97813f5b5e |
EUC-JP | 浴?[浴?[^ | 110011011110000100111111010110111100110111100001001111110101101101011110 | cde13f5bcde13f5b5e |
UTF-8 | 浴年[浴年[^ | 111001101011010110110100111011111010011010001110010110111110011010110101101101001110111110100110100011100101101101011110 | e6b5b4efa68e5be6b5b4efa68e5b5e |
UHC | 浴年[浴年[^ | 1110100110110001111001101100010001011011111010011011000111100110110001000101101101011110 | e9b1e6c45be9b1e6c45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)