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 | 邕딃뎸猥 | 111010011000001010010101111010111001010010000011111010111000111010111000111001111000110010100101 | e98295eb9483eb8eb8e78ca5 |
UHC | 邕딃뎸猥 | 1110100010111011100010101110100110001001100010111110100011100101 | e8bb8ae9898be8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)