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 | 筌??掖⑤? | 111000101010001100111111001111111001110101110100100001110100010000111111 | e2a33f3f9d7487443f |
EUC-JP | 筌??掖?? | 1110010010100101001111110011111111011001110101010011111100111111 | e4a53f3fd9d53f3f |
UTF-8 | 筌뉖젫掖⑤젦 | 111001111010110110001100111010111000100110010110111011001010000010101011111001101000111010010110111000101001000110100100111011001010000010100110 | e7ad8ceb8996eca0abe68e96e291a4eca0a6 |
UHC | 筌뉖젫掖⑤젦 | 111011111010011110000111111010111010000010100011111001001111101010101000111010111010000010011110 | efa787eba0a3e4faa8eba09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)