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 | ??霽?? | 001111110011111111101000110001110011111100111111 | 3f3fe8c73f3f |
EUC-JP | ??霽?? | 001111110011111111110000110010010011111100111111 | 3f3ff0c93f3f |
UTF-8 | 솖셴霽속섕 | 111011001000011010010110111011001000010110110100111010011001110010111101111011001000011010001101111011001000010010010101 | ec8696ec85b4e99cbdec868dec8495 |
UHC | 솖셴霽속섕 | 10111100110101111011110011001111111100001011100010111100110100111011110010101100 | bcd7bccff0b8bcd3bcac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)