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 | ???Po | 0011111100111111001111110101000001101111 | 3f3f3f506f |
SJIS-WIN | 祭槃?Po | 10001101110101011001111011001111001111110101000001101111 | 8dd59ecf3f506f |
EUC-JP | 祭槃?Po | 10111010110101111101110011010001001111110101000001101111 | bad7dcd13f506f |
UTF-8 | 祭槃커Po | 1110011110100101101011011110011010100111100000111110110010111011101001000101000001101111 | e7a5ade6a783ecbba4506f |
UHC | 祭槃커Po | 1111000010101110110110101110100111000100101111110101000001101111 | f0aedae9c4bf506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)