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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 璽ー邇セ | 11110000110000001000111010100011111100101010100110110000111001111000111010111110 | f0c08ea3f2a9b0e78ebe |
EUC-JP | ?璽?ー邇セ | 00111111101111001010010100111111100011101011000011101101111011101000111010111110 | 3fbca53f8eb0edee8ebe |
UTF-8 | 璽ー邇セ | 111011101000000110111111111001111001001010111101111011101000011110100000111011111011110110110000111010011000001010000111111011111011110110111110 | ee81bfe792bdee87a0efbdb0e98287efbdbe |
UHC | ?璽??邇? | 0011111111011111110111100011111100111111111011001100010000111111 | 3fdfde3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)