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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???蜃? | 001111110011111100111111111001011000011100111111 | 3f3f3fe5873f |
EUC-JP | ???蜃? | 001111110011111100111111111010011110011100111111 | 3f3f3fe9e73f |
UTF-8 | 뤶체쨵蜃렪 | 111010111010010010110110111011001011001010110100111011001010100010110101111010001001110010000011111010111010000010101010 | eba4b6ecb2b4eca8b5e89c83eba0aa |
UHC | 뤶체쨵蜃렪 | 10001111111001001100001110111100101001001000111111100011111100011000111010111000 | 8fe4c3bca48fe3f18eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)