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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???搖?? | 00111111001111110011111110011101100010100011111100111111 | 3f3f3f9d8a3f3f |
EUC-JP | 旿??搖?? | 100011111100000111110100001111110011111111011001111010100011111100111111 | 8fc1f43f3fd9ea3f3f |
UTF-8 | 旿덌쉔搖쇔퉿 | 111001101001011110111111111010111000110110001100111011001000100110010100111001101001000010010110111011001000011110010100111011011000100110111111 | e697bfeb8d8cec8994e69096ec8794ed89bf |
UHC | 旿덌쉔搖쇔퉿 | 111001111111101010001000111011111011110110101000111010001111010010111100111001011011100110010111 | e7fa88efbda8e8f4bce5b997 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)