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 | ?行?腎 | 001111111000110101110011001111111001000001110100 | 3f8d733f9074 |
EUC-JP | ?行?腎 | 001111111011100111010100001111111011111111010101 | 3fb9d43fbfd5 |
UTF-8 | 뤿行브腎 | 111010111010010010111111111010001010000110001100111010111011100010001100111010001000010110001110 | eba4bfe8a18cebb88ce8858e |
UHC | 뤿行브腎 | 1000111111101011111110101011110010111010111010101110001111101100 | 8febfabcbaeae3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)