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 | 筌??源↑? | 111000101010001100111111001111111000110010111001100000011010101000111111 | e2a33f3f8cb981aa3f |
EUC-JP | 筌??源↑? | 111001001010010100111111001111111011100010111011101000101010110000111111 | e4a53f3fb8bba2ac3f |
UTF-8 | 筌곕㈃源↑첀 | 111001111010110110001100111010101011001110010101111000111000100010000011111001101011101010010000111000101000011010010001111011001011001010000000 | e7ad8ceab395e38883e6ba90e28691ecb280 |
UHC | 筌곕㈃源↑첀 | 111011111010011110110000111010111010100110110100111010101011100110100001111010001010101010001101 | efa7b0eba9b4eab9a1e8aa8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)