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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 囹⑹쳭溜꿱풘銳 | 111011111010011010101001111000101001000110111001111011001011001110101101111011111010011110001011111010101011111110110001111011011001001010011000111010011000101010110011 | efa6a9e291b9ecb3adefa78beabfb1ed9298e98ab3 |
UHC | 囹⑹쳭溜꿱풘銳 | 1110011110101010101010011110110010101011100100011110101011111110101100101110100010111110100110111110011111100101 | e7aaa9ecab91eafeb2e8be9be7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)