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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懈?偕? | 100111001110011000111111100110001111000100111111 | 9ce63f98f13f |
EUC-JP | 懈?偕? | 110110001110100000111111110100001111001100111111 | d8e83fd0f33f |
UTF-8 | 懈렢偕렡 | 111001101000011110001000111010111010000010100010111001011000000110010101111010111010000010100001 | e68788eba0a2e58195eba0a1 |
UHC | 懈렢偕렡 | 1111101010101011100011101011001111111010101001011000111010110010 | faab8eb3faa58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)