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 | 暗??孫 | 100010001100001100111111001111111001000110110111 | 88c33f3f91b7 |
EUC-JP | 暗??孫 | 101100001100010100111111001111111100001010111001 | b0c53f3fc2b9 |
UTF-8 | 暗땰딫孫 | 111001101001101010010111111010111001010110110000111010111001010010101011111001011010110110101011 | e69a97eb95b0eb94abe5adab |
UHC | 暗땰딫孫 | 1110010011011110100010111000011010001011010010001110000111011101 | e4de8b868b48e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)