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 | 霽?邑???^ | 111010001100011100111111100101110101011100111111001111110011111101011110 | e8c73f97573f3f3f5e |
EUC-JP | 霽?邑???^ | 111100001100100100111111110011011011100000111111001111110011111101011110 | f0c93fcdb83f3f3f5e |
UTF-8 | 霽렭邑띄렞렜^ | 11101001100111001011110111101011101000001010110111101001100000101001000111101011100111011000010011101011101000001001111011101011101000001001110001011110 | e99cbdeba0ade98291eb9d84eba09eeba09c5e |
UHC | 霽렭邑띄렞렜^ | 11110000101110001000111010111010111010111110100110110110111001111000111010101111100011101010111001011110 | f0b88ebaebe9b6e78eaf8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)