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 | ?ょ???? | 00111111100000101110010100111111001111110011111100111111 | 3f82e53f3f3f3f |
EUC-JP | ?ょ???? | 00111111101001001110011100111111001111110011111100111111 | 3fa4e73f3f3f3f |
UTF-8 | 閭ょ쭅溜뽮킐 | 111011111010011010000110111000111000001010000111111011001010110110000101111011111010011110001011111010111011110110101110111011011000001010010000 | efa686e38287ecad85efa78bebbdaeed8290 |
UHC | 閭ょ쭅溜뽮킐 | 111001101010110110101010111001111010011110000001111010101111111010010110111010101011010010011100 | e6adaae7a781eafe96eab49c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)