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 | 螳語ウ | 1110010110101110100011001110101010110011 | e5ae8ceab3 |
EUC-JP | 螳語ウ | 111010101011000010111000111011001000111010110011 | eab0b8ec8eb3 |
UTF-8 | 螳語ウ | 111010001001111010110011111010001010101010011110111011111011110110110011 | e89eb3e8aa9eefbdb3 |
UHC | 螳語? | 1101001111011001111001011101111000111111 | d3d9e5de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)