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 | シユ雜シ」セ | 10111100110101011110100010110110101111001010001110111110 | bcd5e8b6bca3be |
EUC-JP | シユ雜シ」セ | 100011101011110010001110110101011111000010111000100011101011110010001110101000111000111010111110 | 8ebc8ed5f0b88ebc8ea38ebe |
UTF-8 | シユ雜シ」セ | 111011111011110110111100111011111011111010010101111010011001101110011100111011111011110110111100111011111011110110100011111011111011110110111110 | efbdbcefbe95e99b9cefbdbcefbda3efbdbe |
UHC | ??雜??? | 00111111001111111110110111011010001111110011111100111111 | 3f3fedda3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)