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 | 辿促脱存辿棚 | 100100100100100010010001101000111001001001000101100100011011011010010010010010001001001001001001 | 924891a3924591b692489249 |
EUC-JP | 辿促脱存辿棚 | 110000111010100111000010101001011100001110100110110000101011100011000011101010011100001110101010 | c3a9c2a5c3a6c2b8c3a9c3aa |
UTF-8 | 辿促脱存辿棚 | 111010001011111010111111111001001011111110000011111010001000010010110001111001011010110110011000111010001011111010111111111001101010001110011010 | e8bebfe4bf83e884b1e5ad98e8bebfe6a39a |
UHC | ?促?存?棚 | 001111111111010110110101001111111111000011101101001111111101110111011100 | 3ff5b53ff0ed3fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)