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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鼇??節??] | 111010101000011100111111001111111001000011011111001111110011111101011101 | ea873f3f90df3f3f5d |
EUC-JP | 鼇??節??] | 111100111110011100111111001111111100000011100001001111110011111101011101 | f3e73f3fc0e13f3f5d |
UTF-8 | 鼇룟쨧節경뮍] | 11101001101111001000011111101011101000111001111111101100101010001010011111100111101011111000000011101010101100101011110111101011101011101000110101011101 | e9bc87eba39feca8a7e7af80eab2bdebae8d5d |
UHC | 鼇룟쨧節경뮍] | 11101000101010001011011111100101101001001000001011101111101111011011000011100110100100101001101001011101 | e8a8b7e5a482efbdb0e6929a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)