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 | 痾痞穩毬眄 | 11100001011111011110000101111100111000100111001010011111011110111110000110111110 | e17de17ce2729f7be1be |
EUC-JP | 痾痞穩毬眄 | 11100001110111101110000111011101111000111101001111011101110111001110001011000000 | e1dee1dde3d3dddce2c0 |
UTF-8 | 痾痞穩毬眄 | 111001111001011110111110111001111001011110011110111001111010100110101001111001101010111110101100111001111001110010000100 | e797bee7979ee7a9a9e6aface79c84 |
UHC | ??穩毬眄 | 0011111100111111111010001011000111001111101100111101100011111000 | 3f3fe8b1cfb3d8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)