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 | þuÆ | 100011111111111010011010011101011001111111000110 | 8ffe9a759fc6 |
SJIS-WIN | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
EUC-JP | ?þ?u?Æ | 00111111100011111010100111010000001111110111010100111111100011111010100110100001 | 3f8fa9d03f753f8fa9a1 |
UTF-8 | þuÆ | 1100001010001111110000111011111011000010100110100111010111000010100111111100001110000110 | c28fc3bec29a75c29fc386 |
UHC | ?þ?u?Æ | 0011111110101001101011010011111101110101001111111010100010100001 | 3fa9ad3f753fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)