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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 剰樰「チ・剰 | 100011111110100011111010111011011010001011000001101001011000111111101000 | 8fe8faeda2c1a58fe8 |
EUC-JP | 剰樰「チ・剰 | 10111110111010101000111111000100111111011000111010100010100011101100000110001110101001011011111011101010 | beea8fc4fd8ea28ec18ea5beea |
UTF-8 | 剰樰「チ・剰 | 111001011000100110110000111001101010100010110000111011111011110110100010111011111011111010000001111011111011110110100101111001011000100110110000 | e589b0e6a8b0efbda2efbe81efbda5e589b0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)