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 | 阿??爾 | 100010001010001000111111001111111000111010100010 | 88a23f3f8ea2 |
EUC-JP | 阿??爾 | 101100001010010000111111001111111011110010100100 | b0a43f3fbca4 |
UTF-8 | 阿잕쑬爾 | 111010011001100010111111111011001001111010010101111011001001000110101100111001111000100010111110 | e998bfec9e95ec91ace788be |
UHC | 阿잕쑬爾 | 1110010010111001100111111110101010111110101010001110110010110011 | e4b99feabea8ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)