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 | 上ー偲遮 | 10001111111000111011000010001110110000111000111011010101 | 8fe3b08ec38ed5 |
EUC-JP | 上ー偲遮 | 1011111011100101100011101011000010111100110001011011110011010111 | bee58eb0bcc5bcd7 |
UTF-8 | 上ー偲遮 | 111001001011100010001010111011111011110110110000111001011000000110110010111010011000000110101110 | e4b88aefbdb0e581b2e981ae |
UHC | 上??遮 | 110111111011111000111111001111111111001110110100 | dfbe3f3ff3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)