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 | フ蓴ォムイ諸 | 1100110011100100111100011010101111010001101100101111101110101001 | cce4f1abd1b2fba9 |
EUC-JP | フ蓴ォムイ? | 1000111011001100111010001111001110001110101010111000111011010001100011101011001000111111 | 8ecce8f38eab8ed18eb23f |
UTF-8 | フ蓴ォムイ諸 | 111011111011111010001100111010001001001110110100111011111011110110101011111011111011111010010001111011111011110110110010111011111010100010100010 | efbe8ce893b4efbdabefbe91efbdb2efa8a2 |
UHC | ?蓴???? | 00111111111000101111000100111111001111110011111100111111 | 3fe2f13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)