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 | 獰??嵬ц? | 111000001101011000111111001111111001101111001010100001001000100000111111 | e0d63f3f9bca84883f |
EUC-JP | 獰??嵬ц? | 111000001101100000111111001111111101011011001100101001111110100000111111 | e0d83f3fd6cca7e83f |
UTF-8 | 獰띌쭏嵬ц뵕 | 1110011110001101101100001110101110011101100011001110110010101101100011111110010110110101101011001101000110000110111010111011010110010101 | e78db0eb9d8cecad8fe5b5acd186ebb595 |
UHC | 獰띌쭏嵬ц뵕 | 111001111011111010110110111010011010011110001000111010001110001110101100111010001001010010010111 | e7beb6e9a788e8e3ace89497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)