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 | ??R??[ | 001111110011111101010010001111110011111101011011 | 3f3f523f3f5b |
SJIS-WIN | 娼チR将ョ[ | 1000111110101001110000010101001010001111101010111010111001011011 | 8fa9c1528fabae5b |
EUC-JP | 娼チR将ョ[ | 10111110101010111000111011000001010100101011111010101101100011101010111001011011 | beab8ec152bead8eae5b |
UTF-8 | 娼チR将ョ[ | 1110010110101000101111001110111110111110100000010101001011100101101100001000011011101111101111011010111001011011 | e5a8bcefbe8152e5b086efbdae5b |
UHC | 娼?R??[ | 11110011110111100011111101010010001111110011111101011011 | f3de3f523f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)