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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膕ょ欝 | 111001000101000110000010111001011000100101010100 | e45182e58954 |
EUC-JP | 膕ょ欝 | 111001111011001010100100111001111011000110110101 | e7b2a4e7b1b5 |
UTF-8 | 膕ょ欝 | 111010001000011010010101111000111000001010000111111001101010110010011101 | e88695e38287e6ac9d |
UHC | ?ょ? | 00111111101010101110011100111111 | 3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)