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 | 紆??紆 | 111000101111110000111111001111111110001011111100 | e2fc3f3fe2fc |
EUC-JP | 紆??紆 | 111001001111111000111111001111111110010011111110 | e4fe3f3fe4fe |
UTF-8 | 紆숥了紆 | 111001111011010010000110111011001000100010100101111011111010011010111010111001111011010010000110 | e7b486ec88a5efa6bae7b486 |
UHC | 紆숥了紆 | 1110100111100001100110100100001011101000111001111110100111100001 | e9e19a42e8e7e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)