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 | 粫剰轡碎 | 1110001011100110100011111110100010001100010001001110000111101010 | e2e68fe88c44e1ea |
EUC-JP | 粫剰轡碎 | 1110010011101000101111101110101010110111101001011110001011101100 | e4e8beeab7a5e2ec |
UTF-8 | 粫剰轡碎 | 111001111011001010101011111001011000100110110000111010001011110110100001111001111010001010001110 | e7b2abe589b0e8bda1e7a28e |
UHC | ???碎 | 0011111100111111001111111110000111101111 | 3f3f3fe1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)