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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯?雋?? | 11111011011011110011111111101000101100100011111100111111 | fb6f3fe8b23f3f |
EUC-JP | 畯?雋?? | 1000111111001101101110110011111111110000101101000011111100111111 | 8fcdbb3ff0b43f3f |
UTF-8 | 畯렡雋잴츌 | 111001111001010110101111111010111010000010100001111010011001101110001011111011001001111010110100111011001011100010001100 | e795afeba0a1e99b8bec9eb4ecb88c |
UHC | 畯렡雋잴츌 | 11110001111000011000111010110010111100011110011011000000111010101100001111110100 | f1e18eb2f1e6c0eac3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)