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 | ???_???~ | 0011111100111111001111110101111100111111001111110011111101111110 | 3f3f3f5f3f3f3f7e |
SJIS-WIN | ???_???~ | 0011111100111111001111110101111100111111001111110011111101111110 | 3f3f3f5f3f3f3f7e |
EUC-JP | ???_???~ | 0011111100111111001111110101111100111111001111110011111101111110 | 3f3f3f5f3f3f3f7e |
UTF-8 | 溜뷰퐜_溜삳젇~ | 1110111110100111100010111110101110110111101100001110110110010000100111000101111111101111101001111000101111101100100000101011001111101100101000001000011101111110 | efa78bebb7b0ed909c5fefa78bec82b3eca0877e |
UHC | 溜뷰퐜_溜삳젇~ | 1110101011111110101110101110010010111101100001100101111111101010111111101011101111101011101000001000101001111110 | eafebae4bd865feafebbeba08a7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)