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 | 隴蛾怺裃仙ー | 1110100010101101100010011110100110011100100010101110010111011111100100001110010110110000 | e8ad89e99c8ae5df90e5b0 |
EUC-JP | 隴蛾怺裃仙ー | 111100001010111110110010111010111101011111101010111010101110000111000000111001111000111010110000 | f0afb2ebd7eaeae1c0e78eb0 |
UTF-8 | 隴蛾怺裃仙ー | 111010011001101010110100111010001001101110111110111001101000000010111010111010001010001110000011111001001011101110011001111011111011110110110000 | e99ab4e89bbee680bae8a383e4bb99efbdb0 |
UHC | ?蛾??仙? | 0011111111100100101101100011111100111111111000001011100100111111 | 3fe4b63f3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)