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 | 苡??? | 1110010010001111001111110011111100111111 | e48f3f3f3f |
EUC-JP | 苡??? | 1110011111101111001111110011111100111111 | e7ef3f3f3f |
UTF-8 | 苡끾른琉 | 111010001000101110100001111010111000000110111110111010111010010110111000111011111010011110001100 | e88ba1eb81beeba5b8efa78c |
UHC | 苡끾른琉 | 1110110010111110100001011110011010111000101001011110101110100100 | ecbe85e6b8a5eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)