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 | 中牢? | 1001001010000110100110000101001100111111 | 928698533f |
EUC-JP | 中牢? | 1100001111100110110011111011010000111111 | c3e6cfb43f |
UTF-8 | 中牢즘 | 111001001011100010101101111001111000100110100010111011001010011010011000 | e4b8ade789a2eca698 |
UHC | 中牢즘 | 111100011110100111010110111011111100000111110010 | f1e9d6efc1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)