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 | 擾←?若?? | 100011111110111110000001101010010011111110001110111000010011111100111111 | 8fef81a93f8ee13f3f |
EUC-JP | 擾←?若?? | 101111101111000110100010101010110011111110111100111000110011111100111111 | bef1a2ab3fbce33f3f |
UTF-8 | 擾←쥜若잒룶 | 111001101001001110111110111000101000011010010000111011001010010110011100111010001000101110100101111011001001111010010010111010111010001110110110 | e693bee28690eca59ce88ba5ec9e92eba3b6 |
UHC | 擾←쥜若잒룶 | 111010001111011010100001111001111010001010010001111001011011010010011111111010001000111110101011 | e8f6a1e7a291e5b49fe88fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)