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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 先雪昔選 | 1001000011100110100100001110000110010000110011001001000101001001 | 90e690e190cc9149 |
EUC-JP | 先雪昔選 | 1100000011101000110000001110001111000000110011101100000110101010 | c0e8c0e3c0cec1aa |
UTF-8 | 先雪昔選 | 111001011000010110001000111010011001101110101010111001101001100010010100111010011000000110111000 | e58588e99baae69894e981b8 |
UHC | 先雪昔選 | 1110000010111011111000001110010011100000101011101110000011010100 | e0bbe0e4e0aee0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)