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 | 闡ッ貅ス陋嫂 | 11101000100100011010111111100110101110101011110111101000100110111001101101011110 | e891afe6babde89b9b5e |
EUC-JP | 闡ッ貅ス陋嫂 | 111011111111000110001110101011111110110010111100100011101011110111101111111110111101010110111111 | eff18eafecbc8ebdeffbd5bf |
UTF-8 | 闡ッ貅ス陋嫂 | 111010011001011110100001111011111011110110101111111010001011001010000101111011111011110110111101111010011001100110001011111001011010101110000010 | e997a1efbdafe8b285efbdbde9998be5ab82 |
UHC | 闡???陋嫂 | 111101001100010100111111001111110011111111010111101100001110000111111001 | f4c53f3f3fd7b0e1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)