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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ禿嘉禿 | 11000011100100111100001110001001110000111001001111000011 | c393c389c393c3 |
EUC-JP | テ禿嘉禿 | 1000111011000011110001101100010110110010110001011100011011000101 | 8ec3c6c5b2c5c6c5 |
UTF-8 | テ禿嘉禿 | 111011111011111010000011111001111010011010111111111001011001100010001001111001111010011010111111 | efbe83e7a6bfe59889e7a6bf |
UHC | ?禿嘉禿 | 00111111110101001011111011001010101010011101010010111110 | 3fd4becaa9d4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)