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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲????? | 11100001100111110011111100111111001111110011111100111111 | e19f3f3f3f3f3f |
EUC-JP | 癲????ł | 111000101010000100111111001111110011111100111111100011111010100111001000 | e2a13f3f3f3f8fa9c8 |
UTF-8 | 癲뗫ㅈ劉쏁ł | 1110011110011001101100101110101110010111101010111110001110000101100010001110111110100111100001111110110010001111100000011100010110000010 | e799b2eb97abe38588efa787ec8f81c582 |
UHC | 癲뗫ㅈ劉쏁ł | 111011111010011010001011111010111010010010111000111010101110010110011011111001111010100110101001 | efa68beba4b8eae59be7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)