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 | ???吟?\ | 00111111001111110011111110001011111000010011111101011100 | 3f3f3f8be13f5c |
EUC-JP | ???吟?\ | 00111111001111110011111110110110111000110011111101011100 | 3f3f3fb6e33f5c |
UTF-8 | 溜깅젡吟촍\ | 11101111101001111000101111101010101110011000010111101100101000001010000111100101100100001001111111101100101101001000110101011100 | efa78beab985eca0a1e5909fecb48d5c |
UHC | 溜깅젡吟촍\ | 1110101011111110101100011110101110100000100110101110101111100001101011000100110001011100 | eafeb1eba09aebe1ac4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)