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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 焰??焰??^ | 1000111111001001111011110011111100111111100011111100100111101111001111110011111101011110 | 8fc9ef3f3f8fc9ef3f3f5e |
UTF-8 | 焰쎾씍焰쏃턄^ | 11100111100001001011000011101100100011101011111011101100100101001000110111100111100001001011000011101100100011111000001111101101100001001000010001011110 | e784b0ec8ebeec948de784b0ec8f83ed84845e |
UHC | 焰쎾씍焰쏃턄^ | 11100110111110111001101111100101100111011010010011100110111110111001101111101001101101011010000001011110 | e6fb9be59da4e6fb9be9b5a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)