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 | 﨨ホァ榘ンコ | 1111101111011010110011101010011111111010111010111101110110111010 | fbdacea7faebddba |
EUC-JP | ?ホァ榘ンコ | 001111111000111011001110100011101010011110001111110001001101100110001110110111011000111010111010 | 3f8ece8ea78fc4d98edd8eba |
UTF-8 | 﨨ホァ榘ンコ | 111011111010100010101000111011111011111010001110111011111011110110100111111001101010011010011000111011111011111010011101111011111011110110111010 | efa8a8efbe8eefbda7e6a698efbe9defbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)