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 | 雕溷コュ譽」 | 111010001011100010011111111001011011101010101101111001101010001110100011 | e8b89fe5baade6a3a3 |
EUC-JP | 雕溷コュ譽」 | 111100001011101011011110111001111000111010111010100011101010110111101100101001011000111010100011 | f0badee78eba8eadeca58ea3 |
UTF-8 | 雕溷コュ譽」 | 111010011001101110010101111001101011101010110111111011111011110110111010111011111011110110101101111010001010110110111101111011111011110110100011 | e99b95e6bab7efbdbaefbdade8adbdefbda3 |
UHC | 雕???譽? | 1111000011100111001111110011111100111111111001111110001000111111 | f0e73f3f3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)