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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟒セ諱企ャ錬 | 11100101101110111011111011100110100000011000101011101001101011001001100001000010 | e5bbbee6818ae9ac9842 |
EUC-JP | 蟒セ諱企ャ錬 | 111010101011110110001110101111101110101111100001101101001110101110001110101011001100111110100011 | eabd8ebeebe1b4eb8eaccfa3 |
UTF-8 | 蟒セ諱企ャ錬 | 111010001001111110010010111011111011110110111110111010001010101110110001111001001011110010000001111011111011110110101100111010011000110010101100 | e89f92efbdbee8abb1e4bc81efbdace98cac |
UHC | ??諱企?? | 0011111100111111111111011100100111010000111010100011111100111111 | 3f3ffdc9d0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)