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 | 昊餘雨繹 | 1001110111011101111010010101000010001001010010101110001110001000 | 9ddde950894ae388 |
EUC-JP | 昊餘雨繹 | 1101101011011111111100011011000110110001101010111110010111101000 | dadff1b1b1abe5e8 |
UTF-8 | 昊餘雨繹 | 111001101001100010001010111010011010010010011000111010011001101110101000111001111011100110111001 | e6988ae9a498e99ba8e7b9b9 |
UHC | 昊餘雨繹 | 1111101111000100111001101010111011101001111010111110011010111010 | fbc4e6aee9ebe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)