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 | 湖??句 | 100011001100111000111111001111111000101111100101 | 8cce3f3f8be5 |
EUC-JP | 湖?勖句 | 1011100011010000001111111000111110110011111011011011011011100111 | b8d03f8fb3edb6e7 |
UTF-8 | 湖렕勖句 | 111001101011100110010110111010111010000010010101111001011000101110010110111001011000111110100101 | e6b996eba095e58b96e58fa5 |
UHC | 湖렕勖句 | 1111101111001001100011101010101011101001111011011100111110100011 | fbc98eaae9edcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)