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 | 濶ェ逋「遑エ^ | 11101000100010011010101011100111100110011010001011100111101000011011010001011110 | e889aae799a2e7a1b45e |
EUC-JP | 濶ェ逋「遑エ^ | 11101111111010011000111010101010111011011111100110001110101000101110111010100011100011101011010001011110 | efe98eaaedf98ea2eea38eb45e |
UTF-8 | 濶ェ逋「遑エ^ | 11100110101111111011011011101111101111011010101011101001100000001000101111101111101111011010001011101001100000011001000111101111101111011011010001011110 | e6bfb6efbdaae9808befbda2e98191efbdb45e |
UHC | ??逋?遑?^ | 001111110011111111111000111001110011111111111100110110100011111101011110 | 3f3ff8e73ffcda3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)