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 | 偲式篠コト爾 | 10001110110000111000111010101110100011101100001010111010110001001000111010100010 | 8ec38eae8ec2bac48ea2 |
EUC-JP | 偲式篠コト爾 | 101111001100010110111100101100001011110011000100100011101011101010001110110001001011110010100100 | bcc5bcb0bcc48eba8ec4bca4 |
UTF-8 | 偲式篠コト爾 | 111001011000000110110010111001011011110010001111111001111010111110100000111011111011110110111010111011111011111010000100111001111000100010111110 | e581b2e5bc8fe7afa0efbdbaefbe84e788be |
UHC | ?式篠??爾 | 001111111110001111010010111000011100011000111111001111111110110010110011 | 3fe3d2e1c63f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)