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 | ホクフスヲェ | 110011101011100011001100101111011010011010101010 | ceb8ccbda6aa |
EUC-JP | ホクフスヲェ | 100011101100111010001110101110001000111011001100100011101011110110001110101001101000111010101010 | 8ece8eb88ecc8ebd8ea68eaa |
UTF-8 | ホクフスヲェ | 111011111011111010001110111011111011110110111000111011111011111010001100111011111011110110111101111011111011110110100110111011111011110110101010 | efbe8eefbdb8efbe8cefbdbdefbda6efbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)