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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?垣矜工 | 100100101010001000111111100010100101111111100001111000001000110101001000 | 92a23f8a5fe1e08d48 |
EUC-JP | 弔?垣矜工 | 110001001010010000111111101100111100000011100010111000101011100110101001 | c4a43fb3c0e2e2b9a9 |
UTF-8 | 弔렟垣矜工 | 111001011011110010010100111010111010000010011111111001011001111010100011111001111001111110011100111001011011011110100101 | e5bc94eba09fe59ea3e79f9ce5b7a5 |
UHC | 弔렟垣矜工 | 11110000110000001000111010110000111010101010111111010000111010001100110111101111 | f0c08eb0eaafd0e8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)