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 | 爾汐順 | 100011101010001010001110101011001000111110000111 | 8ea28eac8f87 |
EUC-JP | 爾汐順 | 101111001010010010111100101011101011110111100111 | bca4bcaebde7 |
UTF-8 | 爾汐順 | 111001111000100010111110111001101011000110010000111010011010000010000110 | e788bee6b190e9a086 |
UHC | 爾汐順 | 111011001011001111100000101100011110001011110111 | ecb3e0b1e2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)