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 | 濟???揄 | 11100000010110100011111100111111001111111001110110001001 | e05a3f3f3f9d89 |
EUC-JP | 濟?栯?揄 | 110111111011101100111111100011111100001111010010001111111101100111101001 | dfbb3f8fc3d23fd9e9 |
UTF-8 | 濟렊栯렟揄 | 111001101011111110011111111010111010000010001010111001101010000010101111111010111010000010011111111001101000111110000100 | e6bf9feba08ae6a0afeba09fe68f84 |
UHC | 濟렊栯렟揄 | 11110000101011011000111010100001111010011111000110001110101100001110101011110001 | f0ad8ea1e9f18eb0eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)