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 | ???要δ? | 0011111100111111001111111001011101110110100000111100001000111111 | 3f3f3f977683c23f |
EUC-JP | ???要δ? | 0011111100111111001111111100110111010111101001101100010000111111 | 3f3f3fcdd7a6c43f |
UTF-8 | 曆쇽숲要δ벤 | 1110111110100110100010111110110010000111101111011110110010001000101100101110100010100110100000011100111010110100111010111011001010100100 | efa68bec87bdec88b2e8a681ceb4ebb2a4 |
UHC | 曆쇽숲要δ벤 | 111001101011011110111100111011111011110110100011111010011010100110100101111001001011101010100101 | e6b7bcefbda3e9a9a5e4baa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)