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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シイ硝ォシ、セ | 1011110010110010100011111100100110101011101111001010010010111110 | bcb28fc9abbca4be |
EUC-JP | シイ硝ォシ、セ | 1000111010111100100011101011001010111110110010111000111010101011100011101011110010001110101001001000111010111110 | 8ebc8eb2becb8eab8ebc8ea48ebe |
UTF-8 | シイ硝ォシ、セ | 111011111011110110111100111011111011110110110010111001111010000110011101111011111011110110101011111011111011110110111100111011111011110110100100111011111011110110111110 | efbdbcefbdb2e7a19defbdabefbdbcefbda4efbdbe |
UHC | ??硝???? | 0011111100111111111101011010011000111111001111110011111100111111 | 3f3ff5a63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)