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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誘λ? | 1001011101010101100000111100100100111111 | 975583c93f |
EUC-JP | 誘λ? | 1100110110110110101001101100101100111111 | cdb6a6cb3f |
UTF-8 | 誘λ볏 | 1110100010101010100110001100111010111011111010111011001110001111 | e8aa98cebbebb38f |
UHC | 誘λ볏 | 111010111010111110100101111010111011101010110010 | ebafa5ebbab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)