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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???猥 | 0011111100111111001111111110000011001110 | 3f3f3fe0ce |
EUC-JP | 邕??猥 | 10001111111000011110110100111111001111111110000011010000 | 8fe1ed3f3fe0d0 |
UTF-8 | 邕멤뀾猥 | 111010011000001010010101111010111010100110100100111010111000000010111110111001111000110010100101 | e98295eba9a4eb80bee78ca5 |
UHC | 邕멤뀾猥 | 1110100010111011101110001110001010000101101101001110100011100101 | e8bbb8e285b4e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)