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 | 咳??楷 | 100010100101000000111111001111111001111010110010 | 8a503f3f9eb2 |
EUC-JP | 咳??楷 | 101100111011000100111111001111111101110010110100 | b3b13f3fdcb4 |
UTF-8 | 咳띌뉵楷 | 111001011001001010110011111010111001110110001100111010111000100110110101111001101010010110110111 | e592b3eb9d8ceb89b5e6a5b7 |
UHC | 咳띌뉵楷 | 1111101010100110101101101110100110110100101110111111101010101100 | faa6b6e9b4bbfaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)