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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮓ッム雅湊 | 1110100110110110101011111101000110001001111010111001011010101001 | e9b6afd189eb96a9 |
EUC-JP | 鮓ッム雅湊 | 11110010101110001000111010101111100011101101000110110010111011011100110010101011 | f2b88eaf8ed1b2edccab |
UTF-8 | 鮓ッム雅湊 | 111010011010111010010011111011111011110110101111111011111011111010010001111010011001101110000101111001101011100110001010 | e9ae93efbdafefbe91e99b85e6b98a |
UHC | ???雅湊 | 00111111001111110011111111100100101110101111000110111110 | 3f3f3fe4baf1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)