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 | ??剩? | 0011111100111111100110011001010000111111 | 3f3f99943f |
EUC-JP | ?焰剩? | 00111111100011111100100111101111110100011111010000111111 | 3f8fc9efd1f43f |
UTF-8 | 뤚焰剩랩 | 111010111010010010011010111001111000010010110000111001011000100110101001111010111001111010101001 | eba49ae784b0e589a9eb9ea9 |
UHC | 뤚焰剩랩 | 1000111111001001111001101111101111101101101001011011011110100110 | 8fc9e6fbeda5b7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)