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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 略⒴웵略⒴웵^ | 11101111101001011011011011100010100100101011010011101100100110111011010111101111101001011011011011100010100100101011010011101100100110111011010101011110 | efa5b6e292b4ec9bb5efa5b6e292b4ec9bb55e |
UHC | 略⒴웵略⒴웵^ | 11100101101100101010100111100101100111111000001111100101101100101010100111100101100111111000001101011110 | e5b2a9e59f83e5b2a9e59f835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)