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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
UTF-8 | 欌등쐟絶쀯푽 | 111001101010110010001100111010111001001110110001111011001001000010011111111001111011010110110110111011001000000010101111111011011001000110111101 | e6ac8ceb93b1ec909fe7b5b6ec80afed91bd |
UHC | 欌등쐟絶쀯푽 | 111011011110101110110101111011101001110010000101111011111011111010010111111011111011111010001000 | edebb5ee9c85efbe97efbe88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)