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 | 荵齢嵜荵齢嵜^ | 11100100101110011001011111101110100110111011110111100100101110011001011111101110100110111011110101011110 | e4b997ee9bbde4b997ee9bbd5e |
EUC-JP | 荵齢嵜荵齢嵜^ | 11101000101110111100111011110000110101101011111111101000101110111100111011110000110101101011111101011110 | e8bbcef0d6bfe8bbcef0d6bf5e |
UTF-8 | 荵齢嵜荵齢嵜^ | 11101000100011011011010111101001101111011010001011100101101101011001110011101000100011011011010111101001101111011010001011100101101101011001110001011110 | e88db5e9bda2e5b59ce88db5e9bda2e5b59c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)