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 | ?順?? | 0011111110001111100001110011111100111111 | 3f8f873f3f |
EUC-JP | ?順?? | 0011111110111101111001110011111100111111 | 3fbde73f3f |
UTF-8 | 먏順煉멠 | 111010111010100010001111111010011010000010000110111011111010011010010011111010111010100110100000 | eba88fe9a086efa693eba9a0 |
UHC | 먏順煉멠 | 1001000011001101111000101111011111100110110101101001000101010000 | 90cde2f7e6d69150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)