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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈔我クサ | 111001111110001010001001111001001011100010111011 | e7e289e4b8bb |
EUC-JP | 鈔我クサ | 1110111011100100101100101110011010001110101110001000111010111011 | eee4b2e68eb88ebb |
UTF-8 | 鈔我クサ | 111010011000100010010100111001101000100010010001111011111011110110111000111011111011110110111011 | e98894e68891efbdb8efbdbb |
UHC | ?我?? | 0011111111100100101100100011111100111111 | 3fe4b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)