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 | 譽啌閼ア蟄ォ | 11100110101000111001101001010010111010001000010010110001111001011010110110101011 | e6a39a52e884b1e5adab |
EUC-JP | 譽啌閼ア蟄ォ | 111011001010010111010011101100111110111111100100100011101011000111101010101011111000111010101011 | eca5d3b3efe48eb1eaaf8eab |
UTF-8 | 譽啌閼ア蟄ォ | 111010001010110110111101111001011001010110001100111010011001011010111100111011111011110110110001111010001001111110000100111011111011110110101011 | e8adbde5958ce996bcefbdb1e89f84efbdab |
UHC | 譽?閼?蟄? | 111001111110001000111111111001001101100100111111111101101101111000111111 | e7e23fe4d93ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)