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 | 貉ォ霈顔汚辜 | 1110011010111001101010111110100010111100100010101110011110001001100110001110011110000011 | e6b9abe8bc8ae78998e783 |
EUC-JP | 貉ォ霈顔汚辜 | 111011001011101110001110101010111111000010111110101101001110100110110001111110001110110111100011 | ecbb8eabf0beb4e9b1f8ede3 |
UTF-8 | 貉ォ霈顔汚辜 | 111010001011001010001001111011111011110110101011111010011001110010001000111010011010000110010100111001101011000110011010111010001011111010011100 | e8b289efbdabe99c88e9a194e6b19ae8be9c |
UHC | ???顔汚辜 | 001111110011111100111111111001001101010011100111111111011100110111010000 | 3f3f3fe4d4e7fdcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)