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 | 湖?肛?駭? | 100011001100111000111111111000111110100000111111111010010110111000111111 | 8cce3fe3e83fe96e3f |
EUC-JP | 湖?肛?駭? | 101110001101000000111111111001101110101000111111111100011100111100111111 | b8d03fe6ea3ff1cf3f |
UTF-8 | 湖렕肛렚駭렟 | 111001101011100110010110111010111010000010010101111010001000001010011011111010111010000010011010111010011010011110101101111010111010000010011111 | e6b996eba095e8829beba09ae9a7adeba09f |
UHC | 湖렕肛렚駭렟 | 111110111100100110001110101010101111100111111101100011101010110111111010101101001000111010110000 | fbc98eaaf9fd8eadfab48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)