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 | 耶????? | 10010110111010110011111100111111001111110011111100111111 | 96eb3f3f3f3f3f |
EUC-JP | 耶??靷?? | 110011001110110100111111001111111000111111100111101111010011111100111111 | cced3f3f8fe7bd3f3f |
UTF-8 | 耶쇨쑬靷뽪만 | 111010001000000010110110111011001000011110101000111011001001000110101100111010011001110110110111111010111011110110101010111010111010011110001100 | e880b6ec87a8ec91ace99db7ebbdaaeba78c |
UHC | 耶쇨쑬靷뽪만 | 111001011010110110111100111010101011111010101000111011001110011010010110111001101011100010111000 | e5adbceabea8ece696e6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)