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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢刻什 | 111001111000000010001101100011111000111101011001 | e7808d8f8f59 |
EUC-JP | 轢刻什 | 111011011110000010111001111011111011110110111010 | ede0b9efbdba |
UTF-8 | 轢刻什 | 111010001011110110100010111001011000100010111011111001001011101110000000 | e8bda2e588bbe4bb80 |
UHC | 轢刻什 | 110101011111100111001010101111101110010010100111 | d5f9cabee4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)