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 | 偃??魏▼? | 100110001110111000111111001111111110100110110000100000011010010100111111 | 98ee3f3fe9b081a53f |
EUC-JP | 偃??魏▼? | 110100001111000000111111001111111111001010110010101000101010011100111111 | d0f03f3ff2b2a2a73f |
UTF-8 | 偃띯뼹魏▼킊 | 111001011000000110000011111010111001110110101111111010111011110010111001111010011010110110001111111000101001011010111100111011011000001010001010 | e58183eb9dafebbcb9e9ad8fe296bced828a |
UHC | 偃띯뼹魏▼킊 | 111001011110011110001101111000101001011010111100111010101110000010100001111001011011010010010110 | e5e78de296bceae0a1e5b496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)