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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭?淫?羽? | 100011011101010100111111100010001111101000111111100010010100100000111111 | 8dd53f88fa3f89483f |
EUC-JP | 祭?淫?羽? | 101110101101011100111111101100001111110000111111101100011010100100111111 | bad73fb0fc3fb1a93f |
UTF-8 | 祭렢淫렧羽렩 | 111001111010010110101101111010111010000010100010111001101011011110101011111010111010000010100111111001111011111010111101111010111010000010101001 | e7a5adeba0a2e6b7abeba0a7e7bebdeba0a9 |
UHC | 祭렢淫렧羽렩 | 111100001010111010001110101100111110101111100010100011101011011011101001111000101000111010110111 | f0ae8eb3ebe28eb6e9e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)