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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苳遺晋膊 | 1110010010010100100010001110001010010000010101111110010001001101 | e49488e29057e44d |
EUC-JP | 苳遺晋膊 | 1110011111110100101100001110010010111111101110001110011110101110 | e7f4b0e4bfb8e7ae |
UTF-8 | 苳遺晋膊 | 111010001000101110110011111010011000000110111010111001101001100110001011111010001000011010001010 | e88bb3e981bae6998be8868a |
UHC | ?遺晋膊 | 00111111111010111011011011110010110011001101101011011011 | 3febb6f2ccdadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)