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 | 役대뛼溜섇▶ | 111001011011110110111001111010111000110010000000111010111001101110111100111011111010011110001011111011001000010010000111111000101001011010110110 | e5bdb9eb8c80eb9bbcefa78bec8487e296b6 |
UHC | 役대뛼溜섇▶ | 111001101011010110110100111010111000110110000010111010101111111010011000111001011010001010111010 | e6b5b4eb8d82eafe98e5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)