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 | ?攀?耘? | 00111111100111011011001100111111111000111100111100111111 | 3f9db33fe3cf3f |
EUC-JP | 澔攀?耘? | 100011111100100011101100110110101011010100111111111001101101000100111111 | 8fc8ecdab53fe6d13f |
UTF-8 | 澔攀눌耘렚 | 111001101011111010010100111001101001010010000000111010111000100010001100111010001000000010011000111010111010000010011010 | e6be94e69480eb888ce88098eba09a |
UHC | 澔攀눌耘렚 | 11111011110010111101101011100111101101001010110111101001111111001000111010101101 | fbcbdae7b4ade9fc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)