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 | 筌??揖ワ┐ | 11100010101000110011111100111111100101110100101110000011100011111000010010100010 | e2a33f3f974b838f84a2 |
EUC-JP | 筌??揖ワ┐ | 11100100101001010011111100111111110011011010110010100101111011111010100010100100 | e4a53f3fcdaca5efa8a4 |
UTF-8 | 筌뚮툝揖ワ┐ | 111001111010110110001100111010111001101010101110111011011000100010011101111001101000111110010110111000111000001110101111111000101001010010010000 | e7ad8ceb9aaeed889de68f96e383afe29490 |
UHC | 筌뚮툝揖ワ┐ | 111011111010011110001100111010111011100010010100111010111110011110101011111011111010011010100100 | efa78cebb894ebe7abefa6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)