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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???猶λХ | 001111110011111100111111100101110101000010000011110010011000010001010110 | 3f3f3f975083c98456 |
EUC-JP | 庾??猶λХ | 1000111110111100110011100011111100111111110011011011000110100110110010111010011110110111 | 8fbcce3f3fcdb1a6cba7b7 |
UTF-8 | 庾싩쮨猶λХ | 11100101101110101011111011101100100010111010100111101100101011101010100011100111100011001011011011001110101110111101000010100101 | e5babeec8ba9ecaea8e78cb6cebbd0a5 |
UHC | 庾싩쮨猶λХ | 111010101110110010011010111001111010100010000101111010111010001010100101111010111010110010110111 | eaec9ae7a885eba2a5ebacb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)