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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 迺「驟檎ォコB | 11100111100100101010001011101001100001011000110011100111101010111011101001000010 | e792a2e9858ce7abba42 |
EUC-JP | 迺「驟檎ォコB | 11101101111100101000111010100010111100011110010110111000111010011000111010101011100011101011101001000010 | edf28ea2f1e5b8e98eab8eba42 |
UTF-8 | 迺「驟檎ォコB | 11101000101111111011101011101111101111011010001011101001101010011001111111100110101010101000111011101111101111011010101111101111101111011011101001000010 | e8bfbaefbda2e9a99fe6aa8eefbdabefbdba42 |
UHC | ??驟檎??B | 001111110011111111110110101011101101000011010101001111110011111101000010 | 3f3ff6aed0d53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)