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 | 閼画ュ梧園驕 | 1110100010000100100010011110011010101101100011001110011010001001100000001110100110000001 | e88489e6ad8ce68980e981 |
EUC-JP | 閼画ュ梧園驕 | 111011111110010010110010111010001000111010101101101110001110100010110001111000001111000111100001 | efe4b2e88eadb8e8b1e0f1e1 |
UTF-8 | 閼画ュ梧園驕 | 111010011001011010111100111001111001010010111011111011111011110110101101111001101010001010100111111001011001110010010010111010011010100110010101 | e996bce794bbefbdade6a2a7e59c92e9a995 |
UHC | 閼??梧園驕 | 11100100110110010011111100111111111001111111110011101010101011101100111011110110 | e4d93f3fe7fceaaecef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)