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 | þ§BD | 10010001111111101001000110100111100100100100001001000100 | 91fe91a7924244 |
SJIS-WIN | ???§?BD | 0011111100111111001111111000000110011000001111110100001001000100 | 3f3f3f81983f4244 |
EUC-JP | ?þ?§?BD | 00111111100011111010100111010000001111111010000111111000001111110100001001000100 | 3f8fa9d03fa1f83f4244 |
UTF-8 | þ§BD | 110000101001000111000011101111101100001010010001110000101010011111000010100100100100001001000100 | c291c3bec291c2a7c2924244 |
UHC | ?þ?§?BD | 001111111010100110101101001111111010000111010111001111110100001001000100 | 3fa9ad3fa1d73f4244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)