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 | ?收妊? | 001111111001110110111110100101000100010000111111 | 3f9dbe94443f |
EUC-JP | ?收妊? | 001111111101101011000000110001111010010100111111 | 3fdac0c7a53f |
UTF-8 | 렮收妊렰 | 111010111010000010101110111001101001010010110110111001011010011010001010111010111010000010110000 | eba0aee694b6e5a68aeba0b0 |
UHC | 렮收妊렰 | 1000111010111011111000101010010111101100111101001000111010111101 | 8ebbe2a5ecf48ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)