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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???姪?? | 00111111001111110011111110010110110000110011111100111111 | 3f3f3f96c33f3f |
EUC-JP | ???姪潚? | 001111110011111100111111110011001100010110001111110010001101101000111111 | 3f3f3fccc58fc8da3f |
UTF-8 | 롎렮롚姪潚롎 | 111010111010000110001110111010111010000010101110111010111010000110011010111001011010011110101010111001101011110110011010111010111010000110001110 | eba18eeba0aeeba19ae5a7aae6bd9aeba18e |
UHC | 롎렮롚姪潚롎 | 100011101101010010001110101110111000111011011110111100101110101111100010110110001000111011010100 | 8ed48ebb8edef2ebe2d88ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)