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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 織?}織?{^ | 100100000100010000111111011111011001000001000100001111110111101101011110 | 90443f7d90443f7b5e |
EUC-JP | 織瑗}織瑗{^ | 10111111101001011000111111001100110000000111110110111111101001011000111111001100110000000111101101011110 | bfa58fccc07dbfa58fccc07b5e |
UTF-8 | 織瑗}織瑗{^ | 111001111011100110010100111001111001000110010111011111011110011110111001100101001110011110010001100101110111101101011110 | e7b994e791977de7b994e791977b5e |
UHC | 織瑗}織瑗{^ | 1111001011000100111010101011110001111101111100101100010011101010101111000111101101011110 | f2c4eabc7df2c4eabc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)