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 | 粫場爾 | 111000101110011010001111111010101000111010100010 | e2e68fea8ea2 |
EUC-JP | 粫場爾 | 111001001110100010111110111011001011110010100100 | e4e8beecbca4 |
UTF-8 | 粫場爾 | 111001111011001010101011111001011010000010110100111001111000100010111110 | e7b2abe5a0b4e788be |
UHC | ?場爾 | 0011111111101101110111101110110010110011 | 3feddeecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)