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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆ャ譎、粱 | 1110100011110111101011001110011010011001101001001110001011101011 | e8f7ace699a4e2eb |
EUC-JP | 顆ャ譎、粱 | 11110000111110011000111010101100111010111111100110001110101001001110010011101101 | f0f98eacebf98ea4e4ed |
UTF-8 | 顆ャ譎、粱 | 111010011010000110000110111011111011110110101100111010001010110110001110111011111011110110100100111001111011001010110001 | e9a186efbdace8ad8eefbda4e7b2b1 |
UHC | 顆?譎?粱 | 1100111010101000001111111111110111010010001111111101010111011100 | cea83ffdd23fd5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)