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 | 鋐エ霈ォ | 111110111101001010110100111010001011110010101011 | fbd2b4e8bcab |
EUC-JP | 鋐エ霈ォ | 100011111110010010111110100011101011010011110000101111101000111010101011 | 8fe4be8eb4f0be8eab |
UTF-8 | 鋐エ霈ォ | 111010011000101110010000111011111011110110110100111010011001110010001000111011111011110110101011 | e98b90efbdb4e99c88efbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)