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 | 潁????? | 10011111111100010011111100111111001111110011111100111111 | 9ff13f3f3f3f3f |
EUC-JP | 潁??靷?? | 110111101111001100111111001111111000111111100111101111010011111100111111 | def33f3f8fe7bd3f3f |
UTF-8 | 潁뺣겫靷뗥쮦 | 111001101011110110000001111010111011101010100011111010101011001010101011111010011001110110110111111010111001011110100101111011001010111010100110 | e6bd81ebbaa3eab2abe99db7eb97a5ecaea6 |
UHC | 潁뺣겫靷뗥쮦 | 111001111011100010010101111010111000000110111010111011001110011010001011111001011010100010000011 | e7b895eb81baece68be5a883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)