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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 齊娃Y齊娃bE | 1110101010001110100010001010000101011001111010101000111010001000101000010110001001000101 | ea8e88a159ea8e88a16245 |
EUC-JP | 齊娃Y齊娃bE | 1111001111101110101100001010001101011001111100111110111010110000101000110110001001000101 | f3eeb0a359f3eeb0a36245 |
UTF-8 | 齊娃Y齊娃bE | 111010011011110110001010111001011010100010000011010110011110100110111101100010101110010110101000100000110110001001000101 | e9bd8ae5a88359e9bd8ae5a8836245 |
UHC | 齊娃Y齊娃bE | 1111000010111010111010001101111101011001111100001011101011101000110111110110001001000101 | f0bae8df59f0bae8df6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)