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 | 姚擁諄? | 10011011010011001001011101101001111001100111100000111111 | 9b4c9769e6783f |
EUC-JP | 姚擁諄? | 11010101101011011100110111001010111010111101100100111111 | d5adcdcaebd93f |
UTF-8 | 姚擁諄曆 | 111001011010011110011010111001101001001110000001111010001010101110000100111011111010011010001011 | e5a79ae69381e8ab84efa68b |
UHC | 姚擁諄曆 | 1110100011101110111010001011011011100010111101001110011010110111 | e8eee8b6e2f4e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)