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 | 墻?ズ帳∽? | 10011010110101000011111110000011010110011001001010100000100000011110010000111111 | 9ad43f835992a081e43f |
EUC-JP | 墻?ズ帳∽? | 11010100110101100011111110100101101110101100010010100010101000101110011000111111 | d4d63fa5bac4a2a2e63f |
UTF-8 | 墻띄ズ帳∽스 | 111001011010001010111011111010111001110110000100111000111000001010111010111001011011100010110011111000101000100010111101111011001000101010100100 | e5a2bbeb9d84e382bae5b8b3e288bdec8aa4 |
UHC | 墻띄ズ帳∽스 | 111011011101111110110110111001111010101110111010111011011110001110100001111011111011110110111010 | eddfb6e7abbaede3a1efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)