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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | テつ偲つセk | 110000111000001011000010100011101100001110000010110000101011111001101011 | c382c28ec382c2be6b |
EUC-JP | テつ偲つセk | 1000111011000011101001001100010010111100110001011010010011000100100011101011111001101011 | 8ec3a4c4bcc5a4c48ebe6b |
UTF-8 | テつ偲つセk | 11101111101111101000001111100011100000011010010011100101100000011011001011100011100000011010010011101111101111011011111001101011 | efbe83e381a4e581b2e381a4efbdbe6b |
UHC | ?つ?つ?k | 0011111110101010110001000011111110101010110001000011111101101011 | 3faac43faac43f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)