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 | 第??? | 1001000111100110001111110011111100111111 | 91e63f3f3f |
EUC-JP | 第?橒? | 11000010111010000011111110001111110001011010110100111111 | c2e83f8fc5ad3f |
UTF-8 | 第렰橒렡 | 111001111010110010101100111010111010000010110000111001101010100110010010111010111010000010100001 | e7acaceba0b0e6a992eba0a1 |
UHC | 第렰橒렡 | 1111000010101111100011101011110111101001111110001000111010110010 | f0af8ebde9f88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)