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 | 檍??譯 | 100111101111100000111111001111111110011010100001 | 9ef83f3fe6a1 |
EUC-JP | 檍??譯 | 110111001111101000111111001111111110110010100011 | dcfa3f3feca3 |
UTF-8 | 檍뚩ㅆ譯 | 111001101010101010001101111010111001101010101001111000111000010110000110111010001010110110101111 | e6aa8deb9aa9e38586e8adaf |
UHC | 檍뚩ㅆ譯 | 1110010111100101100011001110100010100100101101101110011010111011 | e5e58ce8a4b6e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)