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 | 螳懋キサ | 111001011010111010011100111010101011011110111011 | e5ae9ceab7bb |
EUC-JP | 螳懋キサ | 1110101010110000110110001110110010001110101101111000111010111011 | eab0d8ec8eb78ebb |
UTF-8 | 螳懋キサ | 111010001001111010110011111001101000011110001011111011111011110110110111111011111011110110111011 | e89eb3e6878befbdb7efbdbb |
UHC | 螳懋?? | 110100111101100111011001111001010011111100111111 | d3d9d9e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)