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 | 驛、邵∽ソョ^ | 11101001100000111010010011100111101110001000000111100100101111111010111001011110 | e983a4e7b881e4bfae5e |
EUC-JP | 驛、邵∽ソョ^ | 11110001111000111000111010100100111011101011101010100010111001101000111010111111100011101010111001011110 | f1e38ea4eebaa2e68ebf8eae5e |
UTF-8 | 驛、邵∽ソョ^ | 11101001101010011001101111101111101111011010010011101001100000101011010111100010100010001011110111101111101111011011111111101111101111011010111001011110 | e9a99befbda4e982b5e288bdefbdbfefbdae5e |
UHC | 驛?邵∽??^ | 11100110101111100011111111100001110100001010000111101111001111110011111101011110 | e6be3fe1d0a1ef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)