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 | 踝伎Ъ | 111001101111010010001010111010101000010001011011 | e6f48aea845b |
EUC-JP | 踝伎Ъ | 111011001111011010110100111011001010011110111100 | ecf6b4eca7bc |
UTF-8 | 踝伎Ъ | 1110100010111000100111011110010010111100100011101101000010101010 | e8b89de4bc8ed0aa |
UHC | ?伎Ъ | 0011111111010000111010111010110010111100 | 3fd0ebacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)