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 | 雉∝ォ我゚ | 1110100010110011100000011110010110101011100010011110010011011111 | e8b381e5ab89e4df |
EUC-JP | 雉∝ォ我゚ | 11110000101101011010001011100111100011101010101110110010111001101000111011011111 | f0b5a2e78eabb2e68edf |
UTF-8 | 雉∝ォ我゚ | 111010011001101110001001111000101000100010011101111011111011110110101011111001101000100010010001111011111011111010011111 | e99b89e2889defbdabe68891efbe9f |
UHC | 雉∝?我? | 1111011011001011101000011111000000111111111001001011001000111111 | f6cba1f03fe4b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)