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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ラク}ラク{^ | 1101011110111000111110011010001001111101110101111011100011111001101000100111101101011110 | d7b8f9a27dd7b8f9a27b5e |
EUC-JP | ラク?}ラク?{^ | 10001110110101111000111010111000001111110111110110001110110101111000111010111000001111110111101101011110 | 8ed78eb83f7d8ed78eb83f7b5e |
UTF-8 | ラク}ラク{^ | 111011111011111010010111111011111011110110111000111011101001101110111101011111011110111110111110100101111110111110111101101110001110111010011011101111010111101101011110 | efbe97efbdb8ee9bbd7defbe97efbdb8ee9bbd7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)