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 | 苟岩坤肄 | 1110010010010001100010101110001010001101101000111110001111100101 | e4918ae28da3e3e5 |
EUC-JP | 苟岩坤肄 | 1110011111110001101101001110010010111010101001011110011011100111 | e7f1b4e4baa5e6e7 |
UTF-8 | 苟岩坤肄 | 111010001000101110011111111001011011001010101001111001011001110110100100111010001000001010000100 | e88b9fe5b2a9e59da4e88284 |
UHC | 苟岩坤肄 | 1100111111000010111001001101101111001101110111101110110010111101 | cfc2e4dbcddeecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)