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 | 纖轟綾 | 111000111001100110001101100011001000100010111011 | e3998d8c88bb |
EUC-JP | 纖轟綾 | 111001011111100110111001111011001011000010111101 | e5f9b9ecb0bd |
UTF-8 | 纖轟綾 | 111001111011101010010110111010001011110110011111111001111011011010111110 | e7ba96e8bd9fe7b6be |
UHC | 纖轟綾 | 111000001110100111001110110111101101011111010011 | e0e9ceded7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)