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 | 闡ッム餓勧謠 | 11101000100100011010111111010001100010011110110010001010101010011110011010001111 | e891afd189ec8aa9e68f |
EUC-JP | 闡ッム餓勧謠 | 111011111111000110001110101011111000111011010001101100101110111010110100101010111110101111101111 | eff18eaf8ed1b2eeb4abebef |
UTF-8 | 闡ッム餓勧謠 | 111010011001011110100001111011111011110110101111111011111011111010010001111010011010010010010011111001011000101110100111111010001010110010100000 | e997a1efbdafefbe91e9a493e58ba7e8aca0 |
UHC | 闡??餓?謠 | 111101001100010100111111001111111110010010111011001111111110100110101010 | f4c53f3fe4bb3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)