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 | 閼芽崟螳 | 1110100010000100100010011110100010011011101111101110010110101110 | e88489e89bbee5ae |
EUC-JP | 閼芽崟螳 | 1110111111100100101100101110101011010110110000001110101010110000 | efe4b2ead6c0eab0 |
UTF-8 | 閼芽崟螳 | 111010011001011010111100111010001000101010111101111001011011010010011111111010001001111010110011 | e996bce88abde5b49fe89eb3 |
UHC | 閼芽?螳 | 11100100110110011110010010110100001111111101001111011001 | e4d9e4b43fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)