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 | 湖?制絅?? | 100011001100111000111111100100001010011111100011010001000011111100111111 | 8cce3f90a7e3443f3f |
EUC-JP | 湖?制絅?? | 101110001101000000111111110000001010100111100101101001010011111100111111 | b8d03fc0a9e5a53f3f |
UTF-8 | 湖렕制絅렰렋 | 111001101011100110010110111010111010000010010101111001011000100010110110111001111011010110000101111010111010000010110000111010111010000010001011 | e6b996eba095e588b6e7b585eba0b0eba08b |
UHC | 湖렕制絅렰렋 | 111110111100100110001110101010101111000010100100110011001110011110001110101111011000111010100010 | fbc98eaaf0a4cce78ebd8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)