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 | 終??悌 | 100011110100100100111111001111111001001011101110 | 8f493f3f92ee |
EUC-JP | 終??悌 | 101111011010101000111111001111111100010011110000 | bdaa3f3fc4f0 |
UTF-8 | 終블읒悌 | 111001111011010110000010111010111011100010010100111011001001110110010010111001101000001010001100 | e7b582ebb894ec9d92e6828c |
UHC | 終블읒悌 | 1111000011111011101110101110110111000000110000011111000010101010 | f0fbbaedc0c1f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)