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 | 瑜??? | 1110000011101111001111110011111100111111 | e0ef3f3f3f |
EUC-JP | 瑜??? | 1110000011110001001111110011111100111111 | e0f13f3f3f |
UTF-8 | 瑜곭ㄺ淋 | 111001111001000110011100111010101011001110101101111000111000010010111010111011111010011110110101 | e7919ceab3ade384baefa7b5 |
UHC | 瑜곭ㄺ淋 | 1110101110100101100000011110011110100100101010101110110011111000 | eba581e7a4aaecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)