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 | ?o?擾 | 001111111000001010001111001111111000111111101111 | 3f828f3f8fef |
EUC-JP | 饔o?擾 | 1000111111101000111011111010001111101111001111111011111011110001 | 8fe8efa3ef3fbef1 |
UTF-8 | 饔o슨擾 | 111010011010010110010100111011111011110110001111111011001000101010101000111001101001001110111110 | e9a594efbd8fec8aa8e693be |
UHC | 饔o슨擾 | 1110100010111101101000111110111110111101101111001110100011110110 | e8bda3efbdbce8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)