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 | 絶??憶?? | 1001000011100010001111110011111110001001101011110011111100111111 | 90e23f3f89af3f3f |
EUC-JP | 絶??憶?? | 1100000011100100001111110011111110110010101100010011111100111111 | c0e43f3fb2b13f3f |
UTF-8 | 絶귝툒憶딃솉 | 111001111011010110110110111010101011011110011101111011011000100010010010111001101000011010110110111010111001010010000011111011001000011010001001 | e7b5b6eab79ded8892e686b6eb9483ec8689 |
UHC | 絶귝툒憶딃솉 | 111011111011111010000010111001101011100010001001111001011110001110001010111010011001100110001101 | efbe82e6b889e5e38ae9998d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)