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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 浴?L}浴?L{^ | 1001011110000001001111110100110001111101100101111000000100111111010011000111101101011110 | 97813f4c7d97813f4c7b5e |
EUC-JP | 浴?L}浴?L{^ | 1100110111100001001111110100110001111101110011011110000100111111010011000111101101011110 | cde13f4c7dcde13f4c7b5e |
UTF-8 | 浴黎L}浴黎L{^ | 1110011010110101101101001110111110100110100010010100110001111101111001101011010110110100111011111010011010001001010011000111101101011110 | e6b5b4efa6894c7de6b5b4efa6894c7b5e |
UHC | 浴黎L}浴黎L{^ | 11101001101100011110011010110001010011000111110111101001101100011110011010110001010011000111101101011110 | e9b1e6b14c7de9b1e6b14c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)