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 | ?行ゆ? | 001111111000110101110011100000101110010000111111 | 3f8d7382e43f |
EUC-JP | ?行ゆ瑗 | 0011111110111001110101001010010011100110100011111100110011000000 | 3fb9d4a4e68fccc0 |
UTF-8 | 뤿行ゆ瑗 | 111010111010010010111111111010001010000110001100111000111000001010000110111001111001000110010111 | eba4bfe8a18ce38286e79197 |
UHC | 뤿行ゆ瑗 | 1000111111101011111110101011110010101010111001101110101010111100 | 8febfabcaae6eabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)