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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 遼⑼쉘溫볩숲 | 111011111010011110000011111000101001000110111100111011001000100110011000111001101011101010101011111010111011001110101001111011001000100010110010 | efa783e291bcec8998e6baabebb3a9ec88b2 |
UHC | 遼⑼쉘溫볩숲 | 111010011010110010101001111011111011110110101001111010001010111010010011111011111011110110100011 | e9aca9efbda9e8ae93efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)