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 | 怏??課 | 100111001000100100111111001111111000100111011011 | 9c893f3f89db |
EUC-JP | 怏??課 | 110101111110100100111111001111111011001011011101 | d7e93f3fb2dd |
UTF-8 | 怏얕궋課 | 111001101000000010001111111011001001011010010101111010101011011010001011111010001010101010110010 | e6808fec9695eab68be8aab2 |
UHC | 怏얕궋課 | 1110010011101000101111101110100010000010101000101100111010100100 | e4e8bee882a2cea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)