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 | 顋手ご釶 | 1110100011111001100011101110100010000010101100101110011111011111 | e8f98ee882b2e7df |
EUC-JP | 顋手ご釶 | 1111000011111011101111001110101010100100101101001110111011100001 | f0fbbceaa4b4eee1 |
UTF-8 | 顋手ご釶 | 111010011010000110001011111001101000100110001011111000111000000110010100111010011000011110110110 | e9a18be6898be38194e987b6 |
UHC | ?手ご? | 001111111110001010100010101010101011010000111111 | 3fe2a2aab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)