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 | ????®?\ | 00111111001111110011111100111111101011100011111101011100 | 3f3f3f3fae3f5c |
SJIS-WIN | 絶??壯??\ | 100100001110001000111111001111111001101011100001001111110011111101011100 | 90e23f3f9ae13f3f5c |
EUC-JP | 絶??壯®?\ | 1100000011100100001111110011111111010100111000111000111110100010111011100011111101011100 | c0e43f3fd4e38fa2ee3f5c |
UTF-8 | 絶랃풘壯®렮\ | 111001111011010110110110111010111001111010000011111011011001001010011000111001011010001110101111110000101010111011101011101000001010111001011100 | e7b5b6eb9e83ed9298e5a3afc2aeeba0ae5c |
UHC | 絶랃풘壯®렮\ | 11101111101111101000110111101111101111101001101111101101111000001010001011100111100011101011101101011100 | efbe8defbe9bede0a2e78ebb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)