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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??民??B | 00111111001111111001011010101111001111110011111101000010 | 3f3f96af3f3f42 |
EUC-JP | ??民??B | 00111111001111111100110010110001001111110011111101000010 | 3f3fccb13f3f42 |
UTF-8 | 렺씽民컵렮B | 11101011101000001011101011101100100101001011110111100110101100001001000111101100101110111011010111101011101000001010111001000010 | eba0baec94bde6b091ecbbb5eba0ae42 |
UHC | 렺씽民컵렮B | 1000111011000010101111101100010111011010110001011100010011000101100011101011101101000010 | 8ec2bec5dac5c4c58ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)