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 | 繒驀?? | 111110111000111111101001011111010011111100111111 | fb8fe97d3f3f |
EUC-JP | 繒驀?? | 10001111110101001101010011110001110111100011111100111111 | 8fd4d4f1de3f3f |
UTF-8 | 繒驀렟렖 | 111001111011100110010010111010011010100110000000111010111010000010011111111010111010000010010110 | e7b992e9a980eba09feba096 |
UHC | 繒驀렟렖 | 1111000111111001110110001110100110001110101100001000111010101011 | f1f9d8e98eb08eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)