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 | 阨夐エォ遶コ | 111010001001010110011010111010011011010010101011111001111010101110111010 | e8959ae9b4abe7abba |
EUC-JP | 阨夐エォ遶コ | 111011111111010111010100111010111000111010110100100011101010101111101110101011011000111010111010 | eff5d4eb8eb48eabeead8eba |
UTF-8 | 阨夐エォ遶コ | 111010011001100010101000111001011010010010010000111011111011110110110100111011111011110110101011111010011000000110110110111011111011110110111010 | e998a8e5a490efbdb4efbdabe981b6efbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)