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 | 趾??汲 | 111001101110010000111111001111111000101110000010 | e6e43f3f8b82 |
EUC-JP | 趾??汲 | 111011001110011000111111001111111011010111100010 | ece63f3fb5e2 |
UTF-8 | 趾얗렒汲 | 111010001011011010111110111011001001011010010111111010111010000010010010111001101011000110110010 | e8b6beec9697eba092e6b1b2 |
UHC | 趾얗렒汲 | 1111001010111111101111101110100110001110101001111101000011100011 | f2bfbee98ea7d0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)