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 | 毬眄瘁陽疽 | 10011111011110111110000110111110111000011000000110010111011110101110000101110011 | 9f7be1bee181977ae173 |
EUC-JP | 毬眄瘁陽疽 | 11011101110111001110001011000000111000011110000111001101110110111110000111010100 | dddce2c0e1e1cddbe1d4 |
UTF-8 | 毬眄瘁陽疽 | 111001101010111110101100111001111001110010000100111001111001100010000001111010011001100110111101111001111001011010111101 | e6aface79c84e79881e999bde796bd |
UHC | 毬眄?陽疽 | 110011111011001111011000111110000011111111100101110101011110111011000101 | cfb3d8f83fe5d5eec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)