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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?絶?ザ節 | 0011111110010000111000100011111110000011010101011001000011011111 | 3f90e23f835590df |
EUC-JP | ?絶?ザ節 | 0011111111000000111001000011111110100101101101101100000011100001 | 3fc0e43fa5b6c0e1 |
UTF-8 | 짭絶쒑ザ節 | 111011001010011110101101111001111011010110110110111011001001001010010001111000111000001010110110111001111010111110000000 | eca7ade7b5b6ec9291e382b6e7af80 |
UHC | 짭絶쒑ザ節 | 11000010101011001110111110111110100111001110100010101011101101101110111110111101 | c2acefbe9ce8abb6efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)