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 | ??闇??闇^ | 001111110011111110001000110001010011111100111111100010001100010101011110 | 3f3f88c53f3f88c55e |
EUC-JP | ??闇??闇^ | 001111110011111110110000110001110011111100111111101100001100011101011110 | 3f3fb0c73f3fb0c75e |
UTF-8 | 손샬闇손샬闇^ | 11101100100001101001000011101100100000111010110011101001100101111000011111101100100001101001000011101100100000111010110011101001100101111000011101011110 | ec8690ec83ace99787ec8690ec83ace997875e |
UHC | 손샬闇손샬闇^ | 10111100110101011011110010100011111001001110000110111100110101011011110010100011111001001110000101011110 | bcd5bca3e4e1bcd5bca3e4e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)