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 | ???奉 | 0011111100111111001111111001010111110010 | 3f3f3f95f2 |
EUC-JP | ???奉 | 0011111100111111001111111100101011110100 | 3f3f3fcaf4 |
UTF-8 | 行얏렫奉 | 111011111010100010001000111011001001011010001111111010111010000010101011111001011010010110001001 | efa888ec968feba0abe5a589 |
UHC | 行얏렫奉 | 1111101010100001101111101110011010001110101110011101110011100101 | faa1bee68eb9dce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)