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 | 籵謝璽贏 | 1110001011100000100011101101001110001110101000111110011011010101 | e2e08ed38ea3e6d5 |
EUC-JP | 籵謝璽贏 | 1110010011100010101111001101010110111100101001011110110011010111 | e4e2bcd5bca5ecd7 |
UTF-8 | 籵謝璽贏 | 111001111011000110110101111010001010110010011101111001111001001010111101111010001011010010001111 | e7b1b5e8ac9de792bde8b48f |
UHC | ?謝璽? | 001111111101111011110011110111111101111000111111 | 3fdef3dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)