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 | 擾←?節?? | 100011111110111110000001101010010011111110010000110111110011111100111111 | 8fef81a93f90df3f3f |
EUC-JP | 擾←?節?? | 101111101111000110100010101010110011111111000000111000010011111100111111 | bef1a2ab3fc0e13f3f |
UTF-8 | 擾←톷節울쉼 | 111001101001001110111110111000101000011010010000111011011000011010110111111001111010111110000000111011001001101010111000111011001000100110111100 | e693bee28690ed86b7e7af80ec9ab8ec89bc |
UHC | 擾←톷節울쉼 | 111010001111011010100001111001111011011110001011111011111011110110111111111011111011110110110000 | e8f6a1e7b78befbdbfefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)