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 | 睡芽?睡 | 10010000100001111000100111101000001111111001000010000111 | 908789e83f9087 |
EUC-JP | 睡芽?睡 | 10111111111001111011001011101010001111111011111111100111 | bfe7b2ea3fbfe7 |
UTF-8 | 睡芽빹睡 | 111001111001110110100001111010001000101010111101111010111011100110111001111001111001110110100001 | e79da1e88abdebb9b9e79da1 |
UHC | 睡芽빹睡 | 1110001010110010111001001011010010010101110011011110001010110010 | e2b2e4b495cde2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)