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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??る睡傲? | 001111110011111110000010111010011001000010000111100110001111110000111111 | 3f3f82e9908798fc3f |
EUC-JP | ??る睡傲? | 001111110011111110100100111010111011111111100111110100001111111000111111 | 3f3fa4ebbfe7d0fe3f |
UTF-8 | 뤗횓る睡傲퓥 | 111010111010010010010111111011011001101010010011111000111000001010001011111001111001110110100001111001011000001010110010111011011001001110100101 | eba497ed9a93e3828be79da1e582b2ed93a5 |
UHC | 뤗횓る睡傲퓥 | 100011111100011111000011100011101010101011101011111000101011001011100111111011001011111110001110 | 8fc7c38eaaebe2b2e7ecbf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)