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 | 鈺嫉燾軸 | 1111101111000100100011101011100111111011010110101000111010110010 | fbc48eb9fb5a8eb2 |
EUC-JP | 鈺嫉燾軸 | 10001111111000111101010110111100101110111000111111001010101111011011110010110100 | 8fe3d5bcbb8fcabdbcb4 |
UTF-8 | 鈺嫉燾軸 | 111010011000100010111010111001011010101110001001111001111000011110111110111010001011101110111000 | e988bae5ab89e787bee8bbb8 |
UHC | 鈺嫉燾軸 | 1110100010101101111100101110110011010100101001111111010111101110 | e8adf2ecd4a7f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)