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 | 獰??? | 1110000011010110001111110011111100111111 | e0d63f3f3f |
EUC-JP | 獰??? | 1110000011011000001111110011111100111111 | e0d83f3f3f |
UTF-8 | 獰눻됤봼 | 111001111000110110110000111010111000100010111011111010111001000010100100111010111011010010111100 | e78db0eb88bbeb90a4ebb4bc |
UHC | 獰눻됤봼 | 1110011110111110100001111101000110001001111000101001010010000011 | e7be87d189e29483 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)