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 | 巡??瀛縞 | 1000111110000100001111110011111111100000011010011000111011001000 | 8f843f3fe0698ec8 |
EUC-JP | 巡??瀛縞 | 1011110111100100001111110011111111011111110010101011110011001010 | bde43f3fdfcabcca |
UTF-8 | 巡뒍륢瀛縞 | 111001011011011110100001111010111001001010001101111010111010010110100010111001111000000010011011111001111011100010011110 | e5b7a1eb928deba5a2e7809be7b89e |
UHC | 巡뒍륢瀛縞 | 11100010110111101000101010001010100100000100011111100111101110101111101111010110 | e2de8a8a9047e7bafbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)