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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 辰旦z辰旦zB | 1001001001000011100100100101010101111010100100100100001110010010010101010111101001000010 | 924392557a924392557a42 |
EUC-JP | 辰旦z辰旦zB | 1100001110100100110000111011011001111010110000111010010011000011101101100111101001000010 | c3a4c3b67ac3a4c3b67a42 |
UTF-8 | 辰旦z辰旦zB | 111010001011111010110000111001101001011110100110011110101110100010111110101100001110011010010111101001100111101001000010 | e8beb0e697a67ae8beb0e697a67a42 |
UHC | 辰旦z辰旦zB | 1111001011100011110100111010100101111010111100101110001111010011101010010111101001000010 | f2e3d3a97af2e3d3a97a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)