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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韲也幹 | 111010001110110010010110111001111000101010110010 | e8ec96e78ab2 |
EUC-JP | 韲也幹 | 111100001110111011001100111010011011010010110100 | f0eecce9b4b4 |
UTF-8 | 韲也幹 | 111010011001111110110010111001001011100110011111111001011011100110111001 | e99fb2e4b99fe5b9b9 |
UHC | ?也幹 | 0011111111100101101001011100101011001111 | 3fe5a5cacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)