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 | 訒ク荳橸スウ^ | 11111011101000111011100011100100101110001001111011101111101111011011001101011110 | fba3b8e4b89eefbdb35e |
EUC-JP | 訒ク荳橸スウ^ | 1000111111011101110010001000111010111000111010001011101011011100111100011000111010111101100011101011001101011110 | 8fddc88eb8e8badcf18ebd8eb35e |
UTF-8 | 訒ク荳橸スウ^ | 11101000101010001001001011101111101111011011100011101000100011011011001111100110101010011011100011101111101111011011110111101111101111011011001101011110 | e8a892efbdb8e88db3e6a9b8efbdbdefbdb35e |
UHC | ??荳???^ | 0011111100111111110101001110010100111111001111110011111101011110 | 3f3fd4e53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)