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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 瑤??節??\ | 111010101010001000111111001111111001000011011111001111110011111101011100 | eaa23f3f90df3f3f5c |
EUC-JP | 瑤??節??\ | 111101001010010000111111001111111100000011100001001111110011111101011100 | f4a43f3fc0e13f3f5c |
UTF-8 | 瑤쒎뫓節삼슛\ | 11100111100100011010010011101100100100101000111011101011101010111001001111100111101011111000000011101100100000101011110011101100100010101001101101011100 | e791a4ec928eebab93e7af80ec82bcec8a9b5c |
UHC | 瑤쒎뫓節삼슛\ | 11101000111111011001110011100101100100011011010111101111101111011011101111101111101111011011100001011100 | e8fd9ce591b5efbdbbefbdb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)