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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 終???席 | 10001111010010010011111100111111001111111001000011001000 | 8f493f3f3f90c8 |
EUC-JP | 終???席 | 10111101101010100011111100111111001111111100000011001010 | bdaa3f3f3fc0ca |
UTF-8 | 終쇘렞ㅷ席 | 111001111011010110000010111011001000011110011000111010111010000010011110111000111000010110110111111001011011100010101101 | e7b582ec8798eba09ee385b7e5b8ad |
UHC | 終쇘렞ㅷ席 | 11110000111110111011110011100111100011101010111110100100111001111110000010101100 | f0fbbce78eafa4e7e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)