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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ー陬鳰ーコ | 111100001110011110110000111010001010001111101001111010101011000010111010 | f0e7b0e8a3e9eab0ba |
EUC-JP | ?ー陬鳰ーコ | 0011111110001110101100001111000010100101111100101110110010001110101100001000111010111010 | 3f8eb0f0a5f2ec8eb08eba |
UTF-8 | ー陬鳰ーコ | 111011101000001010100110111011111011110110110000111010011001100110101100111010011011001110110000111011111011110110110000111011111011110110111010 | ee82a6efbdb0e999ace9b3b0efbdb0efbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)