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 | 上聰緖リ | 10001111111000111110001111100000111110111000111011011000 | 8fe3e3e0fb8ed8 |
EUC-JP | 上聰?リ | 10111110111001011110011011100010001111111000111011011000 | bee5e6e23f8ed8 |
UTF-8 | 上聰緖リ | 111001001011100010001010111010001000000110110000111001111011011110010110111011111011111010011000 | e4b88ae881b0e7b796efbe98 |
UHC | 上聰緖? | 11011111101111101111010111000110110111111111110100111111 | dfbef5c6dffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)