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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 璵??? | 100011111100110011100110001111110011111100111111 | 8fcce63f3f3f |
UTF-8 | 璵룹닁紐 | 111001111001001010110101111010111010001110111001111010111000101110000001111011111010011110001111 | e792b5eba3b9eb8b81efa78f |
UHC | 璵룹닁紐 | 1110011010100101101101111110110010001000100010101110101110101010 | e6a5b7ec888aebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)