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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?芽耳 | 0011111110001001111010001000111010101000 | 3f89e88ea8 |
EUC-JP | ?芽耳 | 0011111110110010111010101011110010101010 | 3fb2eabcaa |
UTF-8 | 卨芽耳 | 111001011000110110101000111010001000101010111101111010001000000010110011 | e58da8e88abde880b3 |
UHC | 卨芽耳 | 111000001101100111100100101101001110110010111100 | e0d9e4b4ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)