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 | 將?縡?紆? | 100110111001001000111111111000110111000100111111111000101111110000111111 | 9b923fe3713fe2fc3f |
EUC-JP | 將?縡?紆? | 110101011111001000111111111001011101001000111111111001001111111000111111 | d5f23fe5d23fe4fe3f |
UTF-8 | 將렚縡렞紆렣 | 111001011011000010000111111010111010000010011010111001111011100010100001111010111010000010011110111001111011010010000110111010111010000010100011 | e5b087eba09ae7b8a1eba09ee7b486eba0a3 |
UHC | 將렚縡렞紆렣 | 111011011110001010001110101011011110111010101101100011101010111111101001111000011000111010110100 | ede28eadeead8eafe9e18eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)