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 | 梯?艤 | 1001001011110010001111111110010001111110 | 92f23fe47e |
EUC-JP | 梯?艤 | 1100010011110100001111111110011111011111 | c4f43fe7df |
UTF-8 | 梯렲艤 | 111001101010001010101111111010111010000010110010111010001000100110100100 | e6a2afeba0b2e889a4 |
UHC | 梯렲艤 | 111100001010110010001110101111111110101111111010 | f0ac8ebfebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)