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 | 閻??? | 1110100010000101001111110011111100111111 | e8853f3f3f |
EUC-JP | 閻??? | 1110111111100101001111110011111100111111 | efe53f3f3f |
UTF-8 | 閻⑸젿溜 | 111010011001011010111011111000101001000110111000111011001010000010111111111011111010011110001011 | e996bbe291b8eca0bfefa78b |
UHC | 閻⑸젿溜 | 1110011110100010101010011110101110100000101100011110101011111110 | e7a2a9eba0b1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)