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 | ???譴塡\ | 001111110011111100111111111011001010010010001111101110001011010001011100 | 3f3f3feca48fb8b45c |
UTF-8 | 뤝뭡햶譴塡\ | 11101011101001001001110111101011101011011010000111101101100101101011011011101000101011011011010011100101101000011010000101011100 | eba49debada1ed96b6e8adb4e5a1a15c |
UHC | 뤝뭡햶譴塡\ | 1000111111001100101110011011110011000001100011111100110010111001111011101111001101011100 | 8fccb9bcc18fccb9eef35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)