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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼幟握誧ァ | 111010001000010010011011111011101000100010101100111110111010011010100111 | e8849bee88acfba6a7 |
EUC-JP | 閼幟握誧ァ | 1110111111100100110101101111000010110000101011101000111111011101111110101000111010100111 | efe4d6f0b0ae8fddfa8ea7 |
UTF-8 | 閼幟握誧ァ | 111010011001011010111100111001011011100110011111111001101000111110100001111010001010101010100111111011111011110110100111 | e996bce5b99fe68fa1e8aaa7efbda7 |
UHC | 閼幟握?? | 1110010011011001111101101011101011100100110001000011111100111111 | e4d9f6bae4c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)