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 | 航??凹? | 10001101011100010011111100111111100010011001101000111111 | 8d713f3f899a3f |
EUC-JP | 航??凹? | 10111001110100100011111100111111101100011111101000111111 | b9d23f3fb1fa3f |
UTF-8 | 航녑폀凹앲 | 111010001000100010101010111010111000010110010001111011011000111110000000111001011000011110111001111011001001010110110010 | e888aaeb8591ed8f80e587b9ec95b2 |
UHC | 航녑폀凹앲 | 11111001111111101011001111100101101111001000111111101000111010101001110111101000 | f9feb3e5bc8fe8ea9de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)