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 | 弔?址? | 100100101010001000111111100110101010110000111111 | 92a23f9aac3f |
EUC-JP | 弔?址? | 110001001010010000111111110101001010111000111111 | c4a43fd4ae3f |
UTF-8 | 弔렚址흖 | 111001011011110010010100111010111010000010011010111001011001110110000000111011011001110110010110 | e5bc94eba09ae59d80ed9d96 |
UHC | 弔렚址흖 | 1111000011000000100011101010110111110010101000111100100011101000 | f0c08eadf2a3c8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)