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 | 00111111010111000011111100111111010110110100001001000110 | 3f5c3f3f5b4246 |
SJIS-WIN | ?\??[BF | 00111111010111000011111100111111010110110100001001000110 | 3f5c3f3f5b4246 |
EUC-JP | ?\??[BF | 00111111010111000011111100111111010110110100001001000110 | 3f5c3f3f5b4246 |
UTF-8 | 혪\혩짱[BF | 11101101100110001010101001011100111011011001100010101001111011001010011110110001010110110100001001000110 | ed98aa5ced98a9eca7b15b4246 |
UHC | 혪\혩짱[BF | 11000010100100100101110011000010100100011100001010101111010110110100001001000110 | c2925cc291c2af5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)