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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 宜??濡??h | 100010110101100000111111001111111001010001000111001111110011111101101000 | 8b583f3f94473f3f68 |
EUC-JP | 宜??濡??h | 101101011011100100111111001111111100011110101000001111110011111101101000 | b5b93f3fc7a83f3f68 |
UTF-8 | 宜곕죴濡뺣죨h | 11100101101011101001110011101010101100111001010111101100101000111011010011100110101111111010000111101011101110101010001111101100101000111010100001101000 | e5ae9ceab395eca3b4e6bfa1ebbaa3eca3a868 |
UHC | 宜곕죴濡뺣죨h | 11101011111100011011000011101011101000011000111111101011101000011001010111101011101000011000001101101000 | ebf1b0eba18feba195eba18368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)