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 | 顆ャ繧区「 | 1110100011110111101011001110001110000010100010111110011010100010 | e8f7ace3828be6a2 |
EUC-JP | 顆ャ繧区「 | 11110000111110011000111010101100111001011110001010110110111010001000111010100010 | f0f98eace5e2b6e88ea2 |
UTF-8 | 顆ャ繧区「 | 111010011010000110000110111011111011110110101100111001111011100110100111111001011000110010111010111011111011110110100010 | e9a186efbdace7b9a7e58cbaefbda2 |
UHC | 顆???? | 110011101010100000111111001111110011111100111111 | cea83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)