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 | 。「悅「 | 101000011111001010001111101000101111101010111101111100101000111110100010 | a1f28fa2fabdf28fa2 |
EUC-JP | 。?「??「 | 100011101010000100111111100011101010001000111111001111111000111010100010 | 8ea13f8ea23f3f8ea2 |
UTF-8 | 。「悅「 | 111011111011110110100001111011101000011110000110111011111011110110100010111001101000001010000101111011101000011110000110111011111011110110100010 | efbda1ee8786efbda2e68285ee8786efbda2 |
UHC | ???悅?? | 00111111001111110011111111100110111011010011111100111111 | 3f3f3fe6ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)