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 | 踝伎牡 | 111001101111010010001010111010101000100110110010 | e6f48aea89b2 |
EUC-JP | 踝伎牡 | 111011001111011010110100111011001011001010110100 | ecf6b4ecb2b4 |
UTF-8 | 踝伎牡 | 111010001011100010011101111001001011110010001110111001111000100110100001 | e8b89de4bc8ee789a1 |
UHC | ?伎牡 | 0011111111010000111010111101100111000000 | 3fd0ebd9c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)