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 | 蟆育棟莠 | 1110010110110000100010001110011110010011100011111110010010111010 | e5b088e7938fe4ba |
EUC-JP | 蟆育棟莠 | 1110101010110010101100001110100111000101111011111110100010111100 | eab2b0e9c5efe8bc |
UTF-8 | 蟆育棟莠 | 111010001001111110000110111010001000001010110010111001101010001110011111111010001000111010100000 | e89f86e882b2e6a39fe88ea0 |
UHC | ?育棟? | 001111111110101111000000110101001101011000111111 | 3febc0d4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)