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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 諷ア}i諷ア}iB | 1110011010000101101100010111110101101001111001101000010110110001011111010110100101000010 | e685b17d69e685b17d6942 |
EUC-JP | 諷ア}i諷ア}iB | 11101011111001011000111010110001011111010110100111101011111001011000111010110001011111010110100101000010 | ebe58eb17d69ebe58eb17d6942 |
UTF-8 | 諷ア}i諷ア}iB | 1110100010101011101101111110111110111101101100010111110101101001111010001010101110110111111011111011110110110001011111010110100101000010 | e8abb7efbdb17d69e8abb7efbdb17d6942 |
UHC | 諷?}i諷?}iB | 1111100110100100001111110111110101101001111110011010010000111111011111010110100101000010 | f9a43f7d69f9a43f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)