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 | é©ãå | 111010011010100110001101111000111000001010001000111001011000100010001011 | e9a98de38288e5888b |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | é©?ã??å?? | 1000111110101011101100011000111110100010111011010011111110001111101010111010101000111111001111111000111110101011101010010011111100111111 | 8fabb18fa2ed3f8fabaa3f3f8faba93f3f |
UTF-8 | é©ãå | 110000111010100111000010101010011100001010001101110000111010001111000010100000101100001010001000110000111010010111000010100010001100001010001011 | c3a9c2a9c28dc3a3c282c288c3a5c288c28b |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)