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 | 箋碁ぞ | 111000101011001110001100111010011000001010111100 | e2b38ce982bc |
EUC-JP | 箋碁ぞ | 111001001011010110111000111010111010010010111110 | e4b5b8eba4be |
UTF-8 | 箋碁ぞ | 111001111010111010001011111001111010001010000001111000111000000110011110 | e7ae8be7a281e3819e |
UHC | 箋碁ぞ | 111011111010100011010001101100111010101010111110 | efa8d1b3aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)