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 | 罟牀嗇蘯 | 1110001110101000111000001010110010011010101001011110000110111010 | e3a8e0ac9aa5e1ba |
EUC-JP | 罟牀嗇蘯 | 1110011010101010111000001010111011010100101001111110001010111100 | e6aae0aed4a7e2bc |
UTF-8 | 罟牀嗇蘯 | 111001111011110110011111111001111000100110000000111001011001011110000111111010001001100010101111 | e7bd9fe78980e59787e898af |
UHC | ?牀嗇? | 001111111101111111010001110111111110000000111111 | 3fdfd1dfe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)