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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 笑?盛 | 1000111111001110001111111001000010110111 | 8fce3f90b7 |
EUC-JP | 笑?盛 | 1011111011010000001111111100000010111001 | bed03fc0b9 |
UTF-8 | 笑섛盛 | 111001111010110010010001111011001000010010011011111001111001101110011011 | e7ac91ec849be79b9b |
UHC | 笑섛盛 | 111000011100010110011000111101101110000011111100 | e1c598f6e0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)