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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豕ろ梵謔 | 1110011010110011100000101110101110011110100100001110011010000010 | e6b382eb9e90e682 |
EUC-JP | 豕ろ梵謔 | 1110110010110101101001001110110111011011111100001110101111100010 | ecb5a4eddbf0ebe2 |
UTF-8 | 豕ろ梵謔 | 111010001011000110010101111000111000001010001101111001101010001010110101111010001010110010010100 | e8b195e3828de6a2b5e8ac94 |
UHC | 豕ろ梵謔 | 1110001111001110101010101110110111011011111011111111100111001100 | e3ceaaeddbeff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)