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 | ??????OF | 0011111100111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f3f4f46 |
SJIS-WIN | 訝?????OF | 111001100110001000111111001111110011111100111111001111110100111101000110 | e6623f3f3f3f3f4f46 |
EUC-JP | 訝?????OF | 111010111100001100111111001111110011111100111111001111110100111101000110 | ebc33f3f3f3f3f4f46 |
UTF-8 | 訝방렋呂묇퓱OF | 1110100010101000100111011110101110110000101010011110101110100000100010111110111110100110100000001110101110101100100001111110110110010011101100010100111101000110 | e8a89debb0a9eba08befa680ebac87ed93b14f46 |
UHC | 訝방렋呂묇퓱OF | 1110010010111000101110011110011010001110101000101110010111111011100100011110010010111111100101110100111101000110 | e4b8b9e68ea2e5fb91e4bf974f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)