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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 筌κ?筌κ?^ | 1110001010100011100000111100100000111111111000101010001110000011110010000011111101011110 | e2a383c83fe2a383c83f5e |
EUC-JP | 筌κ?筌κ?^ | 1110010010100101101001101100101000111111111001001010010110100110110010100011111101011110 | e4a5a6ca3fe4a5a6ca3f5e |
UTF-8 | 筌κ툒筌κ툈^ | 1110011110101101100011001100111010111010111011011000100010010010111001111010110110001100110011101011101011101101100010001000100001011110 | e7ad8ccebaed8892e7ad8ccebaed88885e |
UHC | 筌κ툒筌κ툈^ | 11101111101001111010010111101010101110001000100111101111101001111010010111101010101110001000000101011110 | efa7a5eab889efa7a5eab8815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)