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 | 炅而鋙爾 | 1111101101010001100011101010011111111011110100011000111010100010 | fb518ea7fbd18ea2 |
EUC-JP | 炅而鋙爾 | 10001111110010011100101010111100101010011000111111100100110000111011110010100100 | 8fc9cabca98fe4c3bca4 |
UTF-8 | 炅而鋙爾 | 111001111000001010000101111010001000000010001100111010011000101110011001111001111000100010111110 | e78285e8808ce98b99e788be |
UHC | 炅而?爾 | 11001100110111011110110010111011001111111110110010110011 | ccddecbb3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)