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 | 濟???悛 | 11100000010110100011111100111111001111111001110010100000 | e05a3f3f3f9ca0 |
EUC-JP | 濟?栯?悛 | 110111111011101100111111100011111100001111010010001111111101100010100010 | dfbb3f8fc3d23fd8a2 |
UTF-8 | 濟렠栯렩悛 | 111001101011111110011111111010111010000010100000111001101010000010101111111010111010000010101001111001101000001010011011 | e6bf9feba0a0e6a0afeba0a9e6829b |
UHC | 濟렠栯렩悛 | 11110000101011011000111010110001111010011111000110001110101101111110111011111001 | f0ad8eb1e9f18eb7eef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)