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 | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | ?}d?} | 00111111100000010111000001100100001111111000000101110000 | 3f8170643f8170 |
EUC-JP | ?}d?} | 00111111101000011101000101100100001111111010000111010001 | 3fa1d1643fa1d1 |
UTF-8 | 룵}d룵} | 11101011101000111011010111101111101111011001110101100100111010111010001110110101111011111011110110011101 | eba3b5efbd9d64eba3b5efbd9d |
UHC | 룵}d룵} | 100011111010101010100011111111010110010010001111101010101010001111111101 | 8faaa3fd648faaa3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)