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 | ???腰? | 001111110011111100111111100011011001100000111111 | 3f3f3f8d983f |
EUC-JP | 沅??腰? | 1000111111000110111010010011111100111111101110011111100000111111 | 8fc6e93f3fb9f83f |
UTF-8 | 沅룹젿腰툪 | 111001101011001010000101111010111010001110111001111011001010000010111111111010001000010110110000111011011000100010101010 | e6b285eba3b9eca0bfe885b0ed88aa |
UHC | 沅룹젿腰툪 | 11101010101101101011011111101100101000001011000111101001101001101011100101000001 | eab6b7eca0b1e9a6b941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)