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 | 暗??信 | 100010001100001100111111001111111001000001001101 | 88c33f3f904d |
EUC-JP | 暗??信 | 101100001100010100111111001111111011111110101110 | b0c53f3fbfae |
UTF-8 | 暗땱댙信 | 111001101001101010010111111010111001010110110001111010111000110010011001111001001011111110100001 | e69a97eb95b1eb8c99e4bfa1 |
UHC | 暗땱댙信 | 1110010011011110100010111000011110001000101111011110001111100001 | e4de8b8788bde3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)