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 | 誤??夷? | 10001100111010110011111100111111100010001100111000111111 | 8ceb3f3f88ce3f |
EUC-JP | 誤??夷? | 10111000111011010011111100111111101100001101000000111111 | b8ed3f3fb0d03f |
UTF-8 | 誤곥굝夷팳 | 111010001010101010100100111010101011001110100101111010101011010110011101111001011010010010110111111011011000110010110011 | e8aaa4eab3a5eab59de5a4b7ed8cb3 |
UHC | 誤곥굝夷팳 | 11101000101001101000000111100011100000101000010111101100101010001011101101101011 | e8a681e38285eca8bb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)