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 | ???Y??? | 00111111001111110011111101011001001111110011111100111111 | 3f3f3f593f3f3f |
SJIS-WIN | テδサYテつ咤 | 11000011100000111100001010111011010110011100001110000010110000101001101001000010 | c383c2bb59c382c29a42 |
EUC-JP | テδサYテつ咤 | 10001110110000111010011011000100100011101011101101011001100011101100001110100100110001001101001110100011 | 8ec3a6c48ebb598ec3a4c4d3a3 |
UTF-8 | テδサYテつ咤 | 111011111011111010000011110011101011010011101111101111011011101101011001111011111011111010000011111000111000000110100100111001011001001010100100 | efbe83ceb4efbdbb59efbe83e381a4e592a4 |
UHC | ?δ?Y?つ咤 | 00111111101001011110010000111111010110010011111110101010110001001111011011100011 | 3fa5e43f593faac4f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)