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 | 錥悉肛ヤ釐ッ | 11111011110101111000111010111011111000111110100011010100111001111101100010101111 | fbd78ebbe3e8d4e7d8af |
EUC-JP | 錥悉肛ヤ釐ッ | 10001111111001001110000010111100101111011110011011101010100011101101010011101110110110101000111010101111 | 8fe4e0bcbde6ea8ed4eeda8eaf |
UTF-8 | 錥悉肛ヤ釐ッ | 111010011000110010100101111001101000001010001001111010001000001010011011111011111011111010010100111010011000011110010000111011111011110110101111 | e98ca5e68289e8829befbe94e98790efbdaf |
UHC | ?悉肛?釐? | 001111111110001111111010111110011111110100111111110101111110110100111111 | 3fe3faf9fd3fd7ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)