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 | 榮?弱? | 100111101100010000111111100011101110001100111111 | 9ec43f8ee33f |
EUC-JP | 榮?弱? | 110111001100011000111111101111001110010100111111 | dcc63fbce53f |
UTF-8 | 榮낲弱뢹 | 111001101010011010101110111010111000001010110010111001011011110010110001111010111010001010111001 | e6a6aeeb82b2e5bcb1eba2b9 |
UHC | 榮낲弱뢹 | 1110011110110100100001100100011011100101101100001000111101110110 | e7b48646e5b08f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)