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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?淳??? | 001111111000111101111110001111110011111100111111 | 3f8f7e3f3f3f |
EUC-JP | ?淳??? | 001111111011110111011111001111110011111100111111 | 3fbddf3f3f3f |
UTF-8 | 롊淳롐렾렿 | 111010111010000110001010111001101011011110110011111010111010000110010000111010111010000010111110111010111010000010111111 | eba18ae6b7b3eba190eba0beeba0bf |
UHC | 롊淳롐렾렿 | 10001110110100001110001011101000100011101101011010001110110001101000111011000111 | 8ed0e2e88ed68ec68ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)