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 | ??運?闇 | 00111111001111111000100101011110001111111000100011000101 | 3f3f895e3f88c5 |
EUC-JP | 佺?運?闇 | 100011111011000011111001001111111011000110111111001111111011000011000111 | 8fb0f93fb1bf3fb0c7 |
UTF-8 | 佺렢運렭闇 | 111001001011110110111010111010111010000010100010111010011000000110001011111010111010000010101101111010011001011110000111 | e4bdbaeba0a2e9818beba0ade99787 |
UHC | 佺렢運렭闇 | 11101110111011011000111010110011111010101010000110001110101110101110010011100001 | eeed8eb3eaa18ebae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)