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 | ?港臘? | 001111111000110101100000111001000110001100111111 | 3f8d60e4633f |
EUC-JP | ?港臘? | 001111111011100111000001111001111100010000111111 | 3fb9c1e7c43f |
UTF-8 | 뤓港臘챤 | 111010111010010010010011111001101011100010101111111010001000011110011000111011001011000110100100 | eba493e6b8afe88798ecb1a4 |
UHC | 뤓港臘챤 | 1000111111000011111110011111101111010101110001001100001110101110 | 8fc3f9fbd5c4c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)