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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 橈??鈺ユ? | 100111101111010000111111001111111111101111000100100000111000011000111111 | 9ef43f3ffbc483863f |
EUC-JP | 橈??鈺ユ? | 11011100111101100011111100111111100011111110001111010101101001011110011000111111 | dcf63f3f8fe3d5a5e63f |
UTF-8 | 橈묕쉴鈺ユ닼 | 111001101010100110001000111010111010110010010101111011001000100110110100111010011000100010111010111000111000001110100110111010111000101110111100 | e6a988ebac95ec89b4e988bae383a6eb8bbc |
UHC | 橈묕쉴鈺ユ닼 | 111010001111101010010001111011111011110110101111111010001010110110101011111001101000100010101010 | e8fa91efbdafe8adabe688aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)