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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 製?祉??G | 1001000010111011001111111000111010000011001111110011111101000111 | 90bb3f8e833f3f47 |
EUC-JP | 製?祉??G | 1100000010111101001111111011101111100011001111110011111101000111 | c0bd3fbbe33f3f47 |
UTF-8 | 製렩祉곁긺G | 11101000101000111011110111101011101000001010100111100111101001011000100111101010101100111000000111101010101110001011101001000111 | e8a3bdeba0a9e7a589eab381eab8ba47 |
UHC | 製렩祉곁긺G | 1111000010110010100011101011011111110010101100111011000011100111101100011110011101000111 | f0b28eb7f2b3b0e7b1e747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)