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 | ??ь♂ | 001111110011111110000100100011101000000110001001 | 3f3f848e8189 |
EUC-JP | ??ь♂ | 001111110011111110100111111011101010000111101001 | 3f3fa7eea1e9 |
UTF-8 | 뤗횓ь♂ | 1110101110100100100101111110110110011010100100111101000110001100111000101001100110000010 | eba497ed9a93d18ce29982 |
UHC | 뤗횓ь♂ | 1000111111000111110000111000111010101100111011101010000111001110 | 8fc7c38eaceea1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)