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 | 霍溯キ檻 | 11101000101101111001111111101000101101111001111101000010 | e8b79fe8b79f42 |
EUC-JP | 霍溯キ檻 | 1111000010111001110111101110101010001110101101111101110110100011 | f0b9deea8eb7dda3 |
UTF-8 | 霍溯キ檻 | 111010011001110010001101111001101011101010101111111011111011110110110111111001101010101010111011 | e99c8de6baafefbdb7e6aabb |
UHC | ?溯?檻 | 001111111110000110111101001111111111100111100011 | 3fe1bd3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)