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 | 汯糢フクルォ | 1111101011111000111000101111010111001100101110001101100110101011 | faf8e2f5ccb8d9ab |
EUC-JP | 汯糢フクルォ | 10001111110001101110001111100100111101111000111011001100100011101011100010001110110110011000111010101011 | 8fc6e3e4f78ecc8eb88ed98eab |
UTF-8 | 汯糢フクルォ | 111001101011000110101111111001111011001110100010111011111011111010001100111011111011110110111000111011111011111010011001111011111011110110101011 | e6b1afe7b3a2efbe8cefbdb8efbe99efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)