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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跫育水^ | 11100110111011011000100011100111100100001000010101011110 | e6ed88e790855e |
EUC-JP | 跫育水^ | 11101100111011111011000011101001101111111110010101011110 | ecefb0e9bfe55e |
UTF-8 | 跫育水^ | 11101000101101111010101111101000100000101011001011100110101100001011010001011110 | e8b7abe882b2e6b0b45e |
UHC | ?育水^ | 001111111110101111000000111000101010100101011110 | 3febc0e2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)