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 | 闡ケ蜆墅 | 11101000100100011011100111100101100001001001101011001110 | e891b9e5849ace |
EUC-JP | 闡ケ蜆墅 | 1110111111110001100011101011100111101001111001001101010011010000 | eff18eb9e9e4d4d0 |
UTF-8 | 闡ケ蜆墅 | 111010011001011110100001111011111011110110111001111010001001110010000110111001011010001010000101 | e997a1efbdb9e89c86e5a285 |
UHC | 闡??墅 | 111101001100010100111111001111111101111111101010 | f4c53f3fdfea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)