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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??要? | 10011000011000000011111100111111100101110111011000111111 | 98603f3f97763f |
EUC-JP | 倭??要? | 11001111110000010011111100111111110011011101011100111111 | cfc13f3fcdd73f |
UTF-8 | 倭랃슭要⑴ | 111001011000000010101101111010111001111010000011111011001000101010101101111010001010011010000001111000101001000110110100 | e580adeb9e83ec8aade8a681e291b4 |
UHC | 倭랃슭要⑴ | 11101000110111101000110111101111101111011011111011101001101010011010100111100111 | e8de8defbdbee9a9a9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)