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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 程肯? | 1001001011110110100011010110110100111111 | 92f68d6d3f |
EUC-JP | 程肯? | 1100010011111000101110011100111000111111 | c4f8b9ce3f |
UTF-8 | 程肯렠 | 111001111010100010001011111010001000001010101111111010111010000010100000 | e7a88be882afeba0a0 |
UHC | 程肯렠 | 111011111110111111010000111010011000111010110001 | efefd0e98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)