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 | ????え? | 00111111001111110011111100111111100000101010011000111111 | 3f3f3f3f82a63f |
EUC-JP | ????え? | 00111111001111110011111100111111101001001010100000111111 | 3f3f3f3fa4a83f |
UTF-8 | 寮렢롋덞え렪 | 111011111010011010111100111010111010000010100010111010111010000110001011111010111000110110011110111000111000000110001000111010111010000010101010 | efa6bceba0a2eba18beb8d9ee38188eba0aa |
UHC | 寮렢롋덞え렪 | 111010001111000010001110101100111000111011010001101101001111101110101010101010001000111010111000 | e8f08eb38ed1b4fbaaa88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)