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 | ?□?桀 | 001111111000000110100000001111111001111001111011 | 3f81a03f9e7b |
EUC-JP | ?□?桀 | 001111111010001010100010001111111101101111011100 | 3fa2a23fdbdc |
UTF-8 | 뤻□휁桀 | 111010111010010010111011111000101001011010100001111011011001110010000001111001101010000110000000 | eba4bbe296a1ed9c81e6a180 |
UHC | 뤻□휁桀 | 1000111111101001101000011110000011000100100011111100101111111010 | 8fe9a1e0c48fcbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)