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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 種?祭?? | 10001110111011010011111110001101110101010011111100111111 | 8eed3f8dd53f3f |
EUC-JP | 種?祭?? | 10111100111011110011111110111010110101110011111100111111 | bcef3fbad73f3f |
UTF-8 | 種렧祭숄렰 | 111001111010100010101110111010111010000010100111111001111010010110101101111011001000100010000100111010111010000010110000 | e7a8aeeba0a7e7a5adec8884eba0b0 |
UHC | 種렧祭숄렰 | 11110000111110101000111010110110111100001010111010111100111100011000111010111101 | f0fa8eb6f0aebcf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)