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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 軸鋐室齏 | 11110000101010111000111010110010111110111101001010001110101110101110100011101011 | f0ab8eb2fbd28ebae8eb |
EUC-JP | ?軸鋐室齏 | 00111111101111001011010010001111111001001011111010111100101111001111000011101101 | 3fbcb48fe4bebcbcf0ed |
UTF-8 | 軸鋐室齏 | 111011101000000110101010111010001011101110111000111010011000101110010000111001011010111010100100111010011011110110001111 | ee81aae8bbb8e98b90e5aea4e9bd8f |
UHC | ?軸?室? | 00111111111101011110111000111111111000111111100000111111 | 3ff5ee3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)