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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 髱ケ鄕埼硯h | 11101001100111011011100111111011101110001000110111101001100011001010010101101000 | e99db9fbb88de98ca568 |
EUC-JP | 髱ケ?埼硯h | 11110001111111011000111010111001001111111011101011101011101110001010011101101000 | f1fd8eb93fbaebb8a768 |
UTF-8 | 髱ケ鄕埼硯h | 11101001101010111011000111101111101111011011100111101001100001001001010111100101100111111011110011100111101000011010111101101000 | e9abb1efbdb9e98495e59fbce7a1af68 |
UHC | ??鄕埼硯h | 001111110011111111111010110000011101000011110010111001101101101101101000 | 3f3ffac1d0f2e6db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)