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 | 鋧七瑤雫 | 1111101111001111100011101011010111101010101000101000111010110100 | fbcf8eb5eaa28eb4 |
EUC-JP | 鋧七瑤雫 | 100011111110010011001011101111001011011111110100101001001011110010110110 | 8fe4cbbcb7f4a4bcb6 |
UTF-8 | 鋧七瑤雫 | 111010011000101110100111111001001011100010000011111001111001000110100100111010011001101110101011 | e98ba7e4b883e791a4e99bab |
UHC | ?七瑤? | 001111111111011011010010111010001111110100111111 | 3ff6d2e8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)