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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 餓??? | 1000100111101100001111110011111100111111 | 89ec3f3f3f |
EUC-JP | 餓??濚 | 10110010111011100011111100111111100011111100100110100001 | b2ee3f3f8fc9a1 |
UTF-8 | 餓숃킀濚 | 111010011010010010010011111011001000100010000011111011011000001010000000111001101011111110011010 | e9a493ec8883ed8280e6bf9a |
UHC | 餓숃킀濚 | 1110010010111011100110011110100010110100100011011110011110111001 | e4bb99e8b48de7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)