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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愈?? | 00111111001111110011111110010110111110100011111100111111 | 3f3f3f96fa3f3f |
EUC-JP | ???愈?? | 00111111001111110011111111001100111111000011111100111111 | 3f3f3fccfc3f3f |
UTF-8 | 轢깅빋愈ㅷ떓 | 111011111010011010001101111010101011100110000101111010111011100110001011111001101000010010001000111000111000010110110111111010111001011010010011 | efa68deab985ebb98be68488e385b7eb9693 |
UHC | 轢깅빋愈ㅷ떓 | 111001101011110010110001111010111001010110110001111010101110111110100100111001111000101110101001 | e6bcb1eb95b1eaefa4e78ba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)