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 | ???[?? | 001111110011111100111111010110110011111100111111 | 3f3f3f5b3f3f |
SJIS-WIN | 涌眄哭[齏痿 | 1001011101001111111000011011111010011010010011000101101111101000111010111110000101111110 | 974fe1be9a4c5be8ebe17e |
EUC-JP | 涌眄哭[齏痿 | 1100110110110000111000101100000011010011101011010101101111110000111011011110000111011111 | cdb0e2c0d3ad5bf0ede1df |
UTF-8 | 涌眄哭[齏痿 | 11100110101101101000110011100111100111001000010011100101100100111010110101011011111010011011110110001111111001111001011110111111 | e6b68ce79c84e593ad5be9bd8fe797bf |
UHC | 涌眄哭[?? | 111010011011111111011000111110001100110111010110010110110011111100111111 | e9bfd8f8cdd65b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)