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 | ?苛訛? | 001111111000100111010101111001100110000100111111 | 3f89d5e6613f |
EUC-JP | ?苛訛? | 001111111011001011010111111010111100001000111111 | 3fb2d7ebc23f |
UTF-8 | 뤚苛訛卄 | 111010111010010010011010111010001000101110011011111010001010100010011011111001011000110110000100 | eba49ae88b9be8a89be58d84 |
UHC | 뤚苛訛卄 | 1000111111001001110010101011010011101000110001011110110011111110 | 8fc9cab4e8c5ecfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)