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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 霎ソ雍育蜩H | 11101000101111101011111111101000101101001000100011100111111001011001001101001000 | e8bebfe8b488e7e59348 |
EUC-JP | 霎ソ雍育蜩H | 1111000011000000100011101011111111110000101101101011000011101001111010011111001101001000 | f0c08ebff0b6b0e9e9f348 |
UTF-8 | 霎ソ雍育蜩H | 11101001100111001000111011101111101111011011111111101001100110111000110111101000100000101011001011101000100111001010100101001000 | e99c8eefbdbfe99b8de882b2e89ca948 |
UHC | ??雍育?H | 0011111100111111111010001011110011101011110000000011111101001000 | 3f3fe8bcebc03f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)