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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霄顔汚隨 | 1110100010111010100010101110011110001001100110001110011110101100 | e8ba8ae78998e7ac |
EUC-JP | 霄顔汚隨 | 1111000010111100101101001110100110110001111110001110111010101110 | f0bcb4e9b1f8eeae |
UTF-8 | 霄顔汚隨 | 111010011001110010000100111010011010000110010100111001101011000110011010111010011001101010101000 | e99c84e9a194e6b19ae99aa8 |
UHC | ?顔汚隨 | 00111111111001001101010011100111111111011110001011001011 | 3fe4d4e7fde2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)