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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 椅??椅??^ | 100010001101011000111111001111111000100011010110001111110011111101011110 | 88d63f3f88d63f3f5e |
EUC-JP | 椅??椅?湄^ | 1011000011011000001111110011111110110000110110000011111110001111110001111111000101011110 | b0d83f3fb0d83f8fc7f15e |
UTF-8 | 椅쇤릎椅쇠湄^ | 11100110101001001000010111101100100001111010010011101011101001101000111011100110101001001000010111101100100001111010000011100110101110011000010001011110 | e6a485ec87a4eba68ee6a485ec87a0e6b9845e |
UHC | 椅쇤릎椅쇠湄^ | 11101011111101011011110011101001101110001010110111101011111101011011110011101000110110101011010101011110 | ebf5bce9b8adebf5bce8dab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)