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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??審\ | 0011111100111111100100000101001001011100 | 3f3f90525c |
EUC-JP | ??審\ | 0011111100111111101111111011001101011100 | 3f3fbfb35c |
UTF-8 | 뤙묜審\ | 11101011101001001001100111101011101011001001110011100101101011111010100101011100 | eba499ebac9ce5afa95c |
UHC | 뤙묜審\ | 10001111110010001011100110100111111000111111101101011100 | 8fc8b9a7e3fb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)