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 | 潁??予 | 100111111111000100111111001111111001011101011100 | 9ff13f3f975c |
EUC-JP | 潁??予 | 110111101111001100111111001111111100110110111101 | def33f3fcdbd |
UTF-8 | 潁얜챶予 | 111001101011110110000001111011001001011010011100111011001011000110110110111001001011101010001000 | e6bd81ec969cecb1b6e4ba88 |
UHC | 潁얜챶予 | 1110011110111000101111101110101110101010100000111110010111111000 | e7b8beebaa83e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)