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 | 蕭リ識螳 | 1110010101001010100000111000101010001110101011111110010110101110 | e54a838a8eafe5ae |
EUC-JP | 蕭リ識螳 | 1110100110101011101001011110101010111100101100011110101010110000 | e9aba5eabcb1eab0 |
UTF-8 | 蕭リ識螳 | 111010001001010110101101111000111000001110101010111010001010110110011000111010001001111010110011 | e895ade383aae8ad98e89eb3 |
UHC | 蕭リ識螳 | 1110000111001011101010111110101011100011110110111101001111011001 | e1cbabeae3dbd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)