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 | 葹ら姐蓊 | 1110010011011111100000101110011110001000101101111110010011100001 | e4df82e788b7e4e1 |
EUC-JP | 葹ら姐蓊 | 1110100011100001101001001110100110110000101110011110100011100011 | e8e1a4e9b0b9e8e3 |
UTF-8 | 葹ら姐蓊 | 111010001001000110111001111000111000001010001001111001011010011110010000111010001001001110001010 | e891b9e38289e5a790e8938a |
UHC | ?ら姐? | 001111111010101011101001111011101011101100111111 | 3faae9eebb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)