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 | 箏耨耨矣 | 111000101011010111100011110100111110001111010011111101111010110011110001111111001110000111100001 | e2b5e3d3e3d3f7acf1fce1e1 |
EUC-JP | 箏耨耨??矣 | 11100100101101111110011011010101111001101101010100111111001111111110001011100011 | e4b7e6d5e6d53f3fe2e3 |
UTF-8 | 箏耨耨矣 | 111001111010111010001111111010001000000010101000111010001000000010101000111011101001011010001111111011101000010110110111111001111001111110100011 | e7ae8fe880a8e880a8ee968fee85b7e79fa3 |
UHC | 箏????矣 | 1110111010110100001111110011111100111111001111111110101111111000 | eeb43f3f3f3febf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)