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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?煽[?煽[^ | 001111111001000011111000010110110011111110010000111110000101101101011110 | 3f90f85b3f90f85b5e |
EUC-JP | ?煽[?煽[^ | 001111111100000011111010010110110011111111000000111110100101101101011110 | 3fc0fa5b3fc0fa5b5e |
UTF-8 | 읯煽[읯煽[^ | 111011001001110110101111111001111000010110111101010110111110110010011101101011111110011110000101101111010101101101011110 | ec9dafe785bd5bec9dafe785bd5b5e |
UHC | 읯煽[읯煽[^ | 1001111111010101111000001100001101011011100111111101010111100000110000110101101101011110 | 9fd5e0c35b9fd5e0c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)