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 | ???絶? | 001111110011111100111111100100001110001000111111 | 3f3f3f90e23f |
EUC-JP | ???絶? | 001111110011111100111111110000001110010000111111 | 3f3f3fc0e43f |
UTF-8 | 若든춱絶욪 | 111011111010010110110100111010111001001110100000111011001011011010110001111001111011010110110110111011001001101010101010 | efa5b4eb93a0ecb6b1e7b5b6ec9aaa |
UHC | 若든춱絶욪 | 11100101101011101011010111100111101011011000110111101111101111101001111101000010 | e5aeb5e7ad8defbe9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)