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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???譴?\ | 00111111001111110011111111100110101000100011111101011100 | 3f3f3fe6a23f5c |
EUC-JP | ???譴?\ | 00111111001111110011111111101100101001000011111101011100 | 3f3f3feca43f5c |
UTF-8 | 뤝뭡핊譴셈\ | 11101011101001001001110111101011101011011010000111101101100101011000101011101000101011011011010011101100100001011000100001011100 | eba49debada1ed958ae8adb4ec85885c |
UHC | 뤝뭡핊譴셈\ | 1000111111001100101110011011110011000000100011111100110010111001101111001100000001011100 | 8fccb9bcc08fccb9bcc05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)