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 | ??c??? | 001111110011111101100011001111110011111100111111 | 3f3f633f3f3f |
SJIS-WIN | 轤ュc霎ー邯 | 111001111000001010101101011000111110100010111110101100001110011110110110 | e782ad63e8beb0e7b6 |
EUC-JP | 轤ュc霎ー邯 | 1110110111100010100011101010110101100011111100001100000010001110101100001110111010111000 | ede28ead63f0c08eb0eeb8 |
UTF-8 | 轤ュc霎ー邯 | 11101000101111011010010011101111101111011010110101100011111010011001110010001110111011111011110110110000111010011000001010101111 | e8bda4efbdad63e99c8eefbdb0e982af |
UHC | ??c??邯 | 00111111001111110110001100111111001111111100101011111011 | 3f3f633f3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)