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 | 瀋??? | 1110000001100011001111110011111100111111 | e0633f3f3f |
EUC-JP | 瀋??? | 1101111111000100001111110011111100111111 | dfc43f3f3f |
UTF-8 | 瀋뜈꽘凉 | 111001111000000010001011111010111001110010001000111010101011110110011000111011111010010110111001 | e7808beb9c88eabd98efa5b9 |
UHC | 瀋뜈꽘凉 | 1110010010100011100011011000101110000100101001111110010110111100 | e4a38d8b84a7e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)