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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 猗藝菲G | 11100000110001101110010101011001111001001100100101000111 | e0c6e559e4c947 |
EUC-JP | 猗藝菲G | 11100000110010001110100110111010111010001100101101000111 | e0c8e9bae8cb47 |
UTF-8 | 猗藝菲G | 11100111100011001001011111101000100101111001110111101000100011111011001001000111 | e78c97e8979de88fb247 |
UHC | ?藝菲G | 001111111110011111011101110111101010001101000111 | 3fe7dddea347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)