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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ???吟?BF | 0011111100111111001111111000101111100001001111110100001001000110 | 3f3f3f8be13f4246 |
EUC-JP | ???吟?BF | 0011111100111111001111111011011011100011001111110100001001000110 | 3f3f3fb6e33f4246 |
UTF-8 | 溜깅젡吟탇BF | 1110111110100111100010111110101010111001100001011110110010100000101000011110010110010000100111111110110110000011100001110100001001000110 | efa78beab985eca0a1e5909fed83874246 |
UHC | 溜깅젡吟탇BF | 111010101111111010110001111010111010000010011010111010111110000110110101011011100100001001000110 | eafeb1eba09aebe1b56e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)