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 | 臾?萸? | 111001000110101100111111111001001100111000111111 | e46b3fe4ce3f |
EUC-JP | 臾?萸? | 111001111100110000111111111010001101000000111111 | e7cc3fe8d03f |
UTF-8 | 臾켷萸멊 | 111010001000011110111110111011001011110010110111111010001001000010111000111010111010100110001010 | e887beecbcb7e890b8eba98a |
UHC | 臾켷萸멊 | 1110101110101100101100010110111011101011101011011001000101000010 | ebacb16eebad9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)