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 | 役????? | 10010110111100000011111100111111001111110011111100111111 | 96f03f3f3f3f3f |
EUC-JP | 役????? | 11001100111100100011111100111111001111110011111100111111 | ccf23f3f3f3f3f |
UTF-8 | 役⒲끁溜쀫젩 | 111001011011110110111001111000101001001010110010111010111000000110000001111011111010011110001011111011001000000010101011111011001010000010101001 | e5bdb9e292b2eb8181efa78bec80abeca0a9 |
UHC | 役⒲끁溜쀫젩 | 111001101011010110101001111000111000010110110111111010101111111010010111111010111010000010100001 | e6b5a9e385b7eafe97eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)