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 | ?盒?C | 001111111110000110110100001111111000001001100010 | 3fe1b43f8262 |
EUC-JP | ?盒?C | 001111111110001010110110001111111010001111000011 | 3fe2b63fa3c3 |
UTF-8 | 뤯盒㏃C | 111010111010010010101111111001111001101110010010111000111000111110000011111011111011110010100011 | eba4afe79b92e38f83efbca3 |
UHC | 뤯盒㏃C | 1000111111011101111110011110110010100111111011001010001111000011 | 8fddf9eca7eca3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)