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 | 遭??闇臀 | 1001000110011000001111110011111110001000110001011110010001011100 | 91983f3f88c5e45c |
EUC-JP | 遭??闇臀 | 1100000111111000001111110011111110110000110001111110011110111101 | c1f83f3fb0c7e7bd |
UTF-8 | 遭壘갬闇臀 | 111010011000000110101101111011111010010110001010111010101011000010101100111010011001011110000111111010001000011110000000 | e981adefa58aeab0ace99787e88780 |
UHC | 遭壘갬闇臀 | 11110000111001001101001011100100101100001011011111100100111000011101010011101011 | f0e4d2e4b0b7e4e1d4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)