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 | シラシンシフ醤 | 1011110011010111101111001101110110111100110011001000111111011101 | bcd7bcddbccc8fdd |
EUC-JP | シラシンシフ醤 | 1000111010111100100011101101011110001110101111001000111011011101100011101011110010001110110011001011111011011111 | 8ebc8ed78ebc8edd8ebc8eccbedf |
UTF-8 | シラシンシフ醤 | 111011111011110110111100111011111011111010010111111011111011110110111100111011111011111010011101111011111011110110111100111011111011111010001100111010011000011010100100 | efbdbcefbe97efbdbcefbe9defbdbcefbe8ce986a4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)